[gnomeweb-wml] Tracker: Updated features page



commit 48191f4e11640fc19736fce2c60f341f46bc5925
Author: Martyn Russell <martyn lanedo com>
Date:   Thu Mar 3 16:47:44 2011 +0000

    Tracker: Updated features page

 projects.gnome.org/tracker/features.html |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/tracker/features.html b/projects.gnome.org/tracker/features.html
index 6f499cd..ec0f1a0 100644
--- a/projects.gnome.org/tracker/features.html
+++ b/projects.gnome.org/tracker/features.html
@@ -43,9 +43,28 @@
       <div id="content">
 	<h2>Technologies</h2>
 	<ul>
-	  <li><a href="http://en.wikipedia.org/wiki/Full_text_search"; alt="">Full Text Search</a> (FTS).</li> 
+	  <li><a href="http://en.wikipedia.org/wiki/Full_text_search";
+	  alt="">Full Text Search</a> (FTS). Below are the features
+	  which are available with FTS (which can be disabled as part
+	  of the build):</li>
+	  <ul>
+	    <li><a href="http://en.wikipedia.org/wiki/Acute_accent";
+	    alt="">Unaccenting</a> is used to strip characters of their
+	    accents to allow comparisons between examples
+	    like <q>Idea</q> and <q>Idéa</q> to be as fast as possible.</li>
+	    <li><a href="http://en.wikipedia.org/wiki/Unicode_normalization";
+	    alt="">Unicode Normalization</a> is used to match
+	    examples like <q>StraÃ?e</q> and <q>Strasse</q> or the
+	    other way round.</li>
+	    <li><a href="http://en.wikipedia.org/wiki/Stemming";
+	    alt="">Stemming</a> is used to find more relevant results.
+	    For example a search for <q>motorbikes</q> (plural) will
+	    also return results relevant to <q>motorbike</q>
+	    (singular). This operates on a multi-lingual basis.
+	    Stemming is currently experiemental and we're looking to
+	    improve this.</li>
+	  </ul>
 	  <li><a href="http://en.wikipedia.org/wiki/Inotify"; alt="">File notification</a> for real time updates.</li>
-	  <li><a href="http://en.wikipedia.org/wiki/Stemming"; alt="">Stemming</a> is used to find more relevant results. For example a search for motorbikes (plural) will also return results relevant to motorbike (singular). This operates on a multi-lingual basis.</li>
 	</ul>
 
 	<h2>Standards</h2>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]