summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2010-05-18 17:53:40 +0200
committerMartyn Russell <martyn@lanedo.com>2010-05-20 15:19:08 +0100
commit28fe09ea4421481476dbdda2b02be2a0d1669f19 (patch)
tree872919b2b179a9c96d3f1e735bbcc86e02a81357 /docs/manpages
parentab933265e7238c9b6e2afb710cbb7d368479bbf1 (diff)
downloadtracker-28fe09ea4421481476dbdda2b02be2a0d1669f19.tar.gz
Fixes GB#491850 and GB#503366: new FTS configuration parameters
* IgnoreNumbers (default: TRUE) * IgnoreStopWords (default: TRUE)
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/tracker-fts.cfg.58
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/manpages/tracker-fts.cfg.5 b/docs/manpages/tracker-fts.cfg.5
index 96dc11ae1..176fe5492 100644
--- a/docs/manpages/tracker-fts.cfg.5
+++ b/docs/manpages/tracker-fts.cfg.5
@@ -23,6 +23,14 @@ Set the minimum length of words to index (0->30).
Set the maximum length of words to index (0->200).
.TP
+.B IgnoreNumbers=true
+Set to true if words starting with numbers should be ignored.
+
+.TP
+.B IgnoreStopWords=true
+Set to true if stop words should be ignored.
+
+.TP
.B MaxWordsToIndex=10000
Maximum unique words to index from a file's content.