tracker-fts.cfg(5)
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).
- MaxWordsToIndex=10000
Maximum unique words to index from a file's content.