1tracker.cfg(5)                Configuration Files               tracker.cfg(5)
2
3
4

NAME

6       tracker.cfg - configuration file for the trackerd search daemon
7
8

DESCRIPTION

10       The tracker.cfg file resides in the $HOME/.config/tracker directory.
11
12       The  file  is  organized  in  sections, each section having a number of
13       related options.
14
15   Comments
16       Empty lines and those starting with ; or # are ignored.
17
18   Value Types
19       VALUE  Denotes a positive integer.
20
21       BOOLEAN
22              Denotes either true or false.
23
24       Any other value
25              Any special keyword is to be replaced by one of  the  documented
26              valid values, e.g. pathnames or language codes.
27
28

EXAMPLE

30       [General]
31
32       Verbosity=0
33
34       InitialSleep=50
35
36

Sections

38   General
39       This section may contain general settings for trackerd.
40
41       Verbosity=VALUE
42              Specifies  how  verbose trackerd should be logging. VALUE can be
43              one of 0 through 3.
44
45              0      Show no but  error  and  critical  output,  this  is  the
46                     default behavior.
47
48              1      Show minimal output, i.e. not just errors.
49
50              2      Show verbose output.
51
52              3      Show  debugging output, enable this only if you know what
53                     you are doing.
54
55       LowMemoryMode=BOOLEAN
56              Enables low memory mode. Tracker may be slightly  less  fast  at
57              indexing/search but also needs less system memory.
58
59       InitialSleep=VALUE
60              Sets  the  initial  sleep time for trackerd. This is a number of
61              seconds that trackerd wait before indexing.
62
63
64   Watches
65       WatchDirectoryRoots=DIRECTORY[;MORE;DIRECTORIES]
66              Sets the directories trackerd should watch and  index.  Defaults
67              to the users home directory.
68
69       NoWatchDirectory=DIRECTORY[;MORE;DIRECTORIES]
70              Sets  directories  trackerd  should  ignore,  i.e.  not index or
71              watch.
72
73       CrawlDirectory=DIRECTORY[;MORE;DIRECTORIES]
74              Sets directories trackerd should index once but  not  watch  for
75              changes.
76
77       EnableWatching=BOOLEAN
78              Enables or disables watching of directories, i.e. re-index files
79              when they change.
80
81
82   Indexing
83       This section may contain indexing related options.
84
85       Throttle=VALUE
86              Sets the throttling value for the Indexer. VALUE can be any num‐
87              ber from 0 to 20 whereas higher values decrease indexing speed.
88
89       EnableIndexing=BOOLEAN
90              Enable or disable the indexer.
91
92       EnableFileContentIndexing=BOOLEAN
93              Enable or disable indexing of files text contents.
94
95       EnableThumbnails=BOOLEAN
96              Enable or disable the generation of thumbnails.
97
98       NoIndexFileTypes=FILEGLOB[;MORE;FILEGLOBS...]
99              List  of  partial  file  patterns (glob) separated by semicolons
100              that specify files not  to  index.  Only  basic  metadata  (i.e.
101              information retrieved by stat(2)) is indexed.
102
103       MinWordLength=VALUE
104              Sets  the  minimum  word length to index. Words having less then
105              VALUE characters will not be indexed.
106
107       MaxWordLength=VALUE
108              Sets the maximum word length to index. Words  having  more  then
109              VALUE characters will not be indexed.
110
111       Language=LANGCODE
112              Sets  the  language  specific  stemmer and stopword list to use.
113              Valid values are:
114
115              en     English
116
117              da     Danish
118
119              nl     dutch
120
121              fi     Finnish
122
123              fr     French
124
125              de     German
126
127              it     Italian
128
129              nb     Norwegian
130
131              pt     Portuguese
132
133              ru     Russian
134
135              es     Spanish
136
137              sv     Swedish
138
139       EnableStemmer=BOOLEAN
140              Enable or disable the stemmer.
141
142       BatteryIndex=BOOLEAN
143              Enable or disable indexing when on battery power.
144
145       BatteryIndexInitial=BOOLEAN
146              Enable or disable initial  index  sweep  (i.e.  the  very  first
147              indexing) when on battery power.
148
149
150   Emails
151       This section may contain Email specific options.
152
153       IndexEvolutionEmails=BOOLEAN
154              Enable or disable indexing for Evolution emails.
155
156       IndexThunderbirdEmails=BOOLEAN
157              Enable or disable indexing for Thunderbird emails.
158
159
160   Performance
161       Trackerd performance related options.
162
163       MaxTextToIndex=VALUE
164              Maximum  size  of text in bytes to index from a file's text con‐
165              tents.  Defaults to 1048576.
166
167       MaxWordsToIndex=VALUE
168              Maximum number of unique words to index from a file's text  con‐
169              tents.  Defaults to 10000.
170
171       OptimizationSweepCount=VALUE
172              Specifies the no of entities to index before determining whether
173              to perform index optimization. Default to 10000.
174
175       MaxBucketCount=VALUE
176              Sets the maximum bucket  count  for  the  indexer.  Defaults  to
177              524288.
178
179       MinBucketCount=VALUE
180              Sets the minimum bucket count. Defaults to 65536
181
182       Divisions=VALUE
183              Sets no. of divisions of the index file. Default to 4.
184
185       BucketRatio=VALUE
186              Selects  the desired ratio of used records to buckets to be used
187              when optimizing index (should be  a  value  between  0  and  4).
188              Defaults to 1.
189
190       Padding=VALUE
191              Alters  how  much  padding is used to prevent index relocations.
192              Higher values improve indexing speed but waste more disk  space.
193              Value should be in range (1..8). Defaults to 2.
194
195

SEE ALSO

197       tracker(1)
198
199
200
201GNU                                July 2007                    tracker.cfg(5)
Impressum