|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
|
... |
|
... |
48 |
|
48 |
|
49 |
# Specific versions of log file name and level for the indexing daemon. The
|
49 |
# Specific versions of log file name and level for the indexing daemon. The
|
50 |
# default is to use the above values.
|
50 |
# default is to use the above values.
|
51 |
# daemloglevel = 3
|
51 |
# daemloglevel = 3
|
52 |
# daemlogfilename = /dev/null
|
52 |
# daemlogfilename = /dev/null
|
|
|
53 |
|
|
|
54 |
# Run directory for the indexing process. The filters sometimes leave
|
|
|
55 |
# garbage in the current directory, so it makes sense to have recollindex
|
|
|
56 |
# chdir to some garbage bin. 3 possible values:
|
|
|
57 |
# - (literal) tmp : go to temp dir as set by env (RECOLL_TMPDIR else
|
|
|
58 |
# TMPDIR else /tmp)
|
|
|
59 |
# - Empty: stay were started
|
|
|
60 |
# - Absolute path value: go there.
|
|
|
61 |
idxrundir = tmp
|
53 |
|
62 |
|
54 |
# Decide if we store character case and diacritics in the index. If we do,
|
63 |
# Decide if we store character case and diacritics in the index. If we do,
|
55 |
# searches sensitive to case and diacritics can be performed, but the index
|
64 |
# searches sensitive to case and diacritics can be performed, but the index
|
56 |
# will be bigger, and some marginal weirdness may sometimes occur. We
|
65 |
# will be bigger, and some marginal weirdness may sometimes occur. We
|
57 |
# default to a stripped index for now.
|
66 |
# default to a stripped index for now.
|