From fd2ce7de3f0e3d9394a8776b9f04eb3322e8ae69 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 1 Oct 2012 17:26:45 +0200 Subject: [PATCH] indexStripChars config variable --- src/sampleconf/recoll.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sampleconf/recoll.conf.in b/src/sampleconf/recoll.conf.in index bfe24711..a5feddf1 100644 --- a/src/sampleconf/recoll.conf.in +++ b/src/sampleconf/recoll.conf.in @@ -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