|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
|
... |
|
... |
89 |
|
89 |
|
90 |
# Should we index the file names of files with mime types we don't
|
90 |
# Should we index the file names of files with mime types we don't
|
91 |
# know? (we can otherwise just ignore them)
|
91 |
# know? (we can otherwise just ignore them)
|
92 |
indexallfilenames = 1
|
92 |
indexallfilenames = 1
|
93 |
|
93 |
|
|
|
94 |
# Size limit for compressed files. We need to decompress these in a
|
|
|
95 |
# temporary directory for identification, which can be wasteful in some
|
|
|
96 |
# cases. Limit the waste. Negative means no limit. 0 results in no
|
|
|
97 |
# processing of any compressed file
|
|
|
98 |
# compressedfilemaxkbs = -1
|
|
|
99 |
|
94 |
# Length of abstracts we store while indexing. Longer will make for a
|
100 |
# Length of abstracts we store while indexing. Longer will make for a
|
95 |
# bigger db
|
101 |
# bigger db
|
96 |
# idxabsmlen = 250
|
102 |
# idxabsmlen = 250
|
97 |
|
103 |
|
98 |
# Language definitions to use when creating the aspell dictionary.
|
104 |
# Language definitions to use when creating the aspell dictionary.
|