indexStripChars config variable

This commit is contained in:
Jean-Francois Dockes 2012-10-01 17:26:45 +02:00
parent cb654c74e9
commit fd2ce7de3f

View File

@ -51,6 +51,12 @@ logfilename = stderr
# daemloglevel = 3
# daemlogfilename = /dev/null
# Decide if we store character case and diacritics in the index. If we do,
# searches sensitive to case and diacritics can be performed, but the index
# will be bigger, and some marginal weirdness may sometimes occur. We
# default to a stripped index for now.
indexStripChars = 1
# Languages for which to build stemming databases at the end of
# indexing. Stemmer names can be found on http://www.xapian.org
# The flag to perform stem expansion at query time is now set from the GUI