add commented entries for daem*

This commit is contained in:
dockes 2007-08-26 13:34:06 +00:00
parent 35429f8c2c
commit f56c943403

View File

@ -1,4 +1,4 @@
# @(#$Id: recoll.conf.in,v 1.19 2007-08-07 08:26:40 dockes Exp $ (C) 2004 J.F.Dockes
# @(#$Id: recoll.conf.in,v 1.20 2007-08-26 13:34:06 dockes Exp $ (C) 2004 J.F.Dockes
#
# Recoll default configuration file. This typically lives in
# @prefix@/share/recoll/examples and provides default values. You can
@ -28,6 +28,11 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
loglevel = 3
logfilename = stderr
# Specific versions of log file name and level for the indexing daemon. The
# default is to use the above values.
# daemloglevel = 3
# daemlogfilename = /dev/null
# 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