[tracker/gsettings-remaining-bits: 3/7] libtracker-fts: Improve documentation for FTS schema
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/gsettings-remaining-bits: 3/7] libtracker-fts: Improve documentation for FTS schema
- Date: Tue, 15 Mar 2011 12:33:04 +0000 (UTC)
commit d4639a54bb407a71f6dd5ae84ffb6e36e1c12dc6
Author: Martyn Russell <martyn lanedo com>
Date: Tue Mar 15 11:56:36 2011 +0000
libtracker-fts: Improve documentation for FTS schema
.../org.freedesktop.Tracker.FTS.gschema.xml.in | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/gschemas/org.freedesktop.Tracker.FTS.gschema.xml.in b/data/gschemas/org.freedesktop.Tracker.FTS.gschema.xml.in
index 0be6367..b3b1855 100644
--- a/data/gschemas/org.freedesktop.Tracker.FTS.gschema.xml.in
+++ b/data/gschemas/org.freedesktop.Tracker.FTS.gschema.xml.in
@@ -31,7 +31,7 @@ Boston, MA 02110-1301, USA.
<default>30</default>
<range min="0" max="200"/>
<_summary>Maximum length of a word to be indexed</_summary>
- <_description>Words with more characters than this lenght will be ignored by the indexer.</_description>
+ <_description>Words with more characters than this length will be ignored by the indexer.</_description>
</key>
<key name="max-words-to-index" type="i">
@@ -42,13 +42,13 @@ Boston, MA 02110-1301, USA.
<key name="enable-stemmer" type="b">
<_summary>Enable stemmer</_summary>
- <_description>Simplify the words to its root to provide more results.</_description>
+ <_description>Simplify the words to their root to provide more results. E.g. 'shelves' and 'shelf' to 'shel'</_description>
<default>false</default>
</key>
<key name="enable-unaccent" type="b">
<_summary>Enable unaccent</_summary>
- <_description>Translated accented characters to the equivalent unaccented.</_description>
+ <_description>Translated accented characters to the equivalent unaccented. E.g. 'Idéa' to 'Idea' for improved matching. </_description>
<default>true</default>
</key>
@@ -60,7 +60,7 @@ Boston, MA 02110-1301, USA.
<key name="ignore-stop-words" type="b">
<_summary>Ignore stop words</_summary>
- <_description>If enabled, the words listed in the stop-words list are ignored.</_description>
+ <_description>If enabled, the words listed in the stop-words list are ignored. E.g. common words like 'the', 'yes', 'no', etc.</_description>
<default>true</default>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]