Switch to unified view

a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf
1
# @(#$Id: recoll.conf,v 1.3 2005-02-08 14:45:54 dockes Exp $  (C) 2004 J.F.Dockes
1
# @(#$Id: recoll.conf,v 1.4 2005-04-06 10:20:11 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
6
# Space-separated list of directories to index. Next line indexes $HOME
7
8
topdirs = ~
7
topdirs = ~
9
8
9
# Wildcard expressions for names of files and directories that we should
10
# ignore:
11
skippedNames = *~ #* .deps bin CVS  Cache caughtspam
12
13
# Debug messages
14
loglevel = 4
15
logfilename = stderr
16
17
# Languages for which to build stemming databases at the end of
18
# indexing. Stemmer names can be found on the xapian site
19
indexstemminglanguages = english french
20
10
# Use stemming of query terms or not (ie: expand search for floors to
21
# Use stemming of query terms or not (ie: expand search for floors to
11
# floor, flooring, etc... There is currently a serious performance hit for
22
# floor, flooring, etc... )
12
# this (at query time), but you can try it, it may be acceptable depending
13
# on your database size 
14
querystemming = 0
23
querystemming = 1
15
querystemminglanguage = english
24
querystemminglanguage = english
16
25
17
# Name of file suffix to mime-type map file. 
26
# Name of file suffix to mime-type map file. 
18
mimemapfile = mimemap
27
mimemapfile = mimemap
19
# Name of mime-type to filter type/name map file. 
28
# Name of mime-type to filter type/name map file. 
...
...
29
defaultlanguage = french
38
defaultlanguage = french
30
39
31
# Guessing charsets usually does not work well
40
# Guessing charsets usually does not work well
32
guesscharset = 0
41
guesscharset = 0
33
42
34
# You could specify different parameters for a subdirectory like this: (no
43
# You could specify different parameters for a subdirectory like this. No
35
# tilde substitution there for now, sorry)
44
# tilde substitution there for now, sorry:
36
#[/home/me/englishdocs/plain]
45
#[/home/me/englishdocs/plain]
37
#defaultcharset = iso-8859-2
46
#defaultcharset = iso-8859-2
38
47