Provided by:
tracker_0.10.24-1build1_i386 
NAME
tracker-fts.cfg - Configuration file for tracker-fts.so SQLite module
DESCRIPTION
This file resides in $HOME/.config/tracker/ and uses the common .ini
format, i.e.
[Group]
# Comment
Key=Value
SECTIONS
[Indexing]
MinWordLength=3
Set the minimum length of words to index (0->30).
MaxWordLength=30
Set the maximum length of words to index (0->200).
EnableStemmer=false
Set to true if stemming should be applied to each word. Stemming
is the process for reducing inflected and derived words to their
stem, base or root form.
EnableUnaccent=true
Set to true if combining diacritical marks should be removed
from each word.
IgnoreNumbers=true
Set to true if words starting with numbers should be ignored.
IgnoreStopWords=true
Set to true if stop words should be ignored.
MaxWordsToIndex=10000
Maximum unique words to index from a file's content.
SEE ALSO
tracker-extract.cfg(5), tracker-miner-fs.cfg(5), tracker-store.cfg(5).