|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
1 |
# @(#$Id: recoll.conf.in,v 1.2 2005-11-30 18:20:28 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: recoll.conf.in,v 1.3 2005-11-30 18:26:02 dockes Exp $ (C) 2004 J.F.Dockes
|
2 |
|
2 |
|
3 |
# Recoll default configuration file. This should be copied to
|
3 |
# Recoll default configuration file. This should be copied to
|
4 |
# ~/.recoll/recoll.conf
|
4 |
# ~/.recoll/recoll.conf
|
5 |
|
5 |
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
6 |
# Space-separated list of directories to index. Next line indexes $HOME
|
|
... |
|
... |
9 |
# Wildcard expressions for names of files and directories that we should
|
9 |
# Wildcard expressions for names of files and directories that we should
|
10 |
# ignore:
|
10 |
# ignore:
|
11 |
skippedNames = *~ #* .* bin CVS Cache caughtspam tmp
|
11 |
skippedNames = *~ #* .* bin CVS Cache caughtspam tmp
|
12 |
|
12 |
|
13 |
# Debug messages
|
13 |
# Debug messages
|
14 |
loglevel = 3
|
14 |
loglevel = 4
|
15 |
logfilename = stderr
|
15 |
logfilename = stderr
|
16 |
|
16 |
|
17 |
# Languages for which to build stemming databases at the end of
|
17 |
# Languages for which to build stemming databases at the end of
|
18 |
# indexing. Stemmer names can be found on the xapian site
|
18 |
# indexing. Stemmer names can be found on the xapian site
|
19 |
indexstemminglanguages = english french
|
19 |
indexstemminglanguages = english french
|