|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
|
... |
|
... |
54 |
# Run directory for the indexing process. The filters sometimes leave
|
54 |
# Run directory for the indexing process. The filters sometimes leave
|
55 |
# garbage in the current directory, so it makes sense to have recollindex
|
55 |
# garbage in the current directory, so it makes sense to have recollindex
|
56 |
# chdir to some garbage bin. 3 possible values:
|
56 |
# chdir to some garbage bin. 3 possible values:
|
57 |
# - (literal) tmp : go to temp dir as set by env (RECOLL_TMPDIR else
|
57 |
# - (literal) tmp : go to temp dir as set by env (RECOLL_TMPDIR else
|
58 |
# TMPDIR else /tmp)
|
58 |
# TMPDIR else /tmp)
|
59 |
# - Empty: stay were started
|
59 |
# - Empty: stay where started
|
60 |
# - Absolute path value: go there.
|
60 |
# - Absolute path value: go there.
|
61 |
idxrundir = tmp
|
61 |
idxrundir = tmp
|
62 |
|
62 |
|
63 |
# 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,
|
64 |
# 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
|