|
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 |
# A restrictive list of indexed mime types. Normally not set. If it is set,
|
|
|
95 |
# only the types from the list will have their contents indexed (the names
|
|
|
96 |
# will be indexed anyway if indexallfilenames is set as by default). Mime
|
|
|
97 |
# type names should be taken from the mimemap file.
|
|
|
98 |
#
|
|
|
99 |
# indexedmimetypes = text/html application/pdf
|
|
|
100 |
|
94 |
# Size limit for compressed files. We need to decompress these in a
|
101 |
# Size limit for compressed files. We need to decompress these in a
|
95 |
# temporary directory for identification, which can be wasteful in some
|
102 |
# temporary directory for identification, which can be wasteful in some
|
96 |
# cases. Limit the waste. Negative means no limit. 0 results in no
|
103 |
# cases. Limit the waste. Negative means no limit. 0 results in no
|
97 |
# processing of any compressed file
|
104 |
# processing of any compressed file
|
98 |
# compressedfilemaxkbs = -1
|
105 |
# compressedfilemaxkbs = -1
|