]> arthur.barton.de Git - netatalk.git/blob - config/tracker.cfg
Merge remote-tracking branch 'origin/branch-netatalk-3-0' into develop
[netatalk.git] / config / tracker.cfg
1
2 [General]
3 # Log Verbosity (0=errors, 1=minimal, 2=detailed, 3=debug)
4 Verbosity=1
5 # Initial sleep time in seconds (0->1000)
6 InitialSleep=0
7 # Minimizes memory use at the expense of indexing speed
8 LowMemoryMode=false
9 # Set to TRUE when the home directory is in a NFS filesystem
10 NFSLocking=false
11
12 [Watches]
13 # List of directory roots to index and watch (separator=;)
14 WatchDirectoryRoots=
15 # List of directory roots to index but NOT watch (separator=;)
16 CrawlDirectory=
17 # List of directory roots NOT to index and NOT to watch (separator=;)
18 NoWatchDirectory=
19 # Set to false to completely disable any watching
20 EnableWatching=true
21
22 [Indexing]
23 # Sets the indexing speed (0->20, where 20=slowest speed)
24 Throttle=0
25 # Set to false to completely disable any indexing
26 EnableIndexing=true
27 # Set to false to completely disable file content indexing
28 EnableFileContentIndexing=true
29 # Set to false to completely disable thumbnail generation
30 EnableThumbnails=true
31 # List of disabled modules (separator=;)
32 # The modules that are indexed are kept in $prefix/lib/tracker/indexer-modules
33 DisabledModules=evolution;
34 # Set to false to NOT hog the disk for extended periods
35 # FastMerges=false
36 # List of partial file pattern globs (separator=;)
37 # This is for files to NOT index
38 # (basic stat info is only extended for files that match the patterns)
39 NoIndexFileTypes=
40 # Set the minimum length of words to index (0->30, default=3)
41 MinWordLength=3
42 # Set the maximum length of words to index (0->200, default=30)
43 MaxWordLength=30
44 # Set the language specific stemmer and stopword list to use
45 # Values include:
46 # - en (English)
47 # - da (Danish)
48 # - nl (Dutch)
49 # - fi (Finish)
50 # - fr (French)
51 # - de (German)
52 # - it (Italian)
53 # - nb (Norwegian)
54 # - pt (Portugese)
55 # - ru (Russian)
56 # - es (Spanish)
57 # - sv (Swedish)
58 Language=de
59 # Set to false to disable language specific stemmer
60 EnableStemmer=true
61 # Set to true to disable indexing when running on battery
62 BatteryIndex=true
63 # Set to true to disable initial indexing when running on battery
64 BatteryIndexInitial=false
65 # Pause indexer when disk space is <= this value
66 # (0->100, value is in % of $HOME file system, -1=disable pausing)
67 LowDiskSpaceLimit=1
68 # Set to true to enable traversing mounted directories on other file systems
69 # (this excludes removable devices)
70 IndexMountedDirectories=true
71 # Set to true to enable traversing mounted directories for removable devices
72 IndexRemovableMedia=true
73
74 [Performance]
75 # Maximum text size in bytes to index from a file's content
76 MaxTextToIndex=1048576
77 # Maximum unique words to index from a file's content
78 MaxWordsToIndex=10000
79 MinBucketCount=65536
80 MaxBucketCount=524288