|
a/src/sampleconf/recoll.conf.in |
|
b/src/sampleconf/recoll.conf.in |
1 |
# @(#$Id: recoll.conf.in,v 1.6 2006-01-10 11:07:21 dockes Exp $ (C) 2004 J.F.Dockes
|
1 |
# @(#$Id: recoll.conf.in,v 1.7 2006-03-28 12:49:03 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
|
7 |
topdirs = ~
|
7 |
topdirs = ~
|
8 |
|
8 |
|
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. If you need index mozilla/thunderbird mail folders, don't put
|
10 |
# ignore. If you need index mozilla/thunderbird mail folders, don't put
|
11 |
# ".*" in there (as was the case with an older sample config)
|
11 |
# ".*" in there (as was the case with an older sample config)
|
12 |
skippedNames = *~ #* bin CVS Cache caughtspam tmp
|
12 |
skippedNames = *~ #* bin CVS Cache cache* caughtspam tmp .thumbnails
|
13 |
|
13 |
|
14 |
# Debug messages. 4 is quite verbose. 3 would be errors only.
|
14 |
# Debug messages. 3 is errors/warnings only. 4 would be quite verbose.
|
15 |
loglevel = 4
|
15 |
loglevel = 3
|
16 |
logfilename = stderr
|
16 |
logfilename = stderr
|
17 |
|
17 |
|
18 |
# Place to search for executable filters. If RECOLL_FILTERSDIR is set in
|
18 |
# Place to search for executable filters. If RECOLL_FILTERSDIR is set in
|
19 |
# the environement, we use it instead
|
19 |
# the environement, we use it instead
|
20 |
filtersdir = @prefix@/share/recoll/filters
|
20 |
filtersdir = @prefix@/share/recoll/filters
|
21 |
|
21 |
|
22 |
# Languages for which to build stemming databases at the end of
|
22 |
# Languages for which to build stemming databases at the end of
|
23 |
# indexing. Stemmer names can be found on http://www.xapian.org
|
23 |
# indexing. Stemmer names can be found on http://www.xapian.org
|
24 |
# The flag to perform stem expansion at query time is now set from the GUI
|
24 |
# The flag to perform stem expansion at query time is now set from the GUI
|
25 |
indexstemminglanguages = english french
|
25 |
indexstemminglanguages = english french
|
26 |
|
|
|
27 |
# Name of the file suffix to mime-type map file.
|
|
|
28 |
mimemapfile = mimemap
|
|
|
29 |
# Name of the mime-type to filter type/name map file.
|
|
|
30 |
mimeconffile = mimeconf
|
|
|
31 |
|
26 |
|
32 |
# The only reason to change this would be if you want to change the icons
|
27 |
# The only reason to change this would be if you want to change the icons
|
33 |
# displayed in the result list
|
28 |
# displayed in the result list
|
34 |
iconsdir = @prefix@/share/recoll/images
|
29 |
iconsdir = @prefix@/share/recoll/images
|
35 |
|
30 |
|
|
... |
|
... |
48 |
# Should we use the system's 'file -i' command as a final step in file type
|
43 |
# Should we use the system's 'file -i' command as a final step in file type
|
49 |
# identification ? This may be useful, but will usually cause the
|
44 |
# identification ? This may be useful, but will usually cause the
|
50 |
# indexation of many bogus 'text' files
|
45 |
# indexation of many bogus 'text' files
|
51 |
usesystemfilecommand = 1
|
46 |
usesystemfilecommand = 1
|
52 |
|
47 |
|
|
|
48 |
# Should we index the file names of files with mime types we don't
|
|
|
49 |
# know? (we can otherwise just ignore them)
|
|
|
50 |
indexallfilenames = 1
|
|
|
51 |
|
|
|
52 |
|
53 |
# You could specify different parameters for a subdirectory like this:
|
53 |
# You could specify different parameters for a subdirectory like this:
|
54 |
#[~/hungariandocs/plain]
|
54 |
#[~/hungariandocs/plain]
|
55 |
#defaultcharset = iso-8859-2
|
55 |
#defaultcharset = iso-8859-2
|