|
a/src/doc/man/recoll.conf.5 |
|
b/src/doc/man/recoll.conf.5 |
1 |
.\" $Id: recoll.conf.5,v 1.1 2006-01-10 09:10:51 dockes Exp $ (C) 2005 J.F.Dockes\$
|
1 |
.\" $Id: recoll.conf.5,v 1.2 2006-03-28 12:49:03 dockes Exp $ (C) 2005 J.F.Dockes\$
|
2 |
.TH RECOLL.CONF 5 "8 January 2006"
|
2 |
.TH RECOLL.CONF 5 "8 January 2006"
|
3 |
.SH NAME
|
3 |
.SH NAME
|
4 |
recoll.conf \- main personal configuration file for Recoll
|
4 |
recoll.conf \- main personal configuration file for Recoll
|
5 |
.SH DESCRIPTION
|
5 |
.SH DESCRIPTION
|
6 |
This file, by default
|
6 |
This file defines the indexation configuration for the full-text search
|
|
|
7 |
system Recoll.
|
|
|
8 |
.LP
|
|
|
9 |
The system-wide configuration file is normally located inside
|
|
|
10 |
/usr/[local]/share/recoll/examples. Any parameter set in the common file
|
|
|
11 |
may be overriden by setting it in the personal configuration file, by default:
|
7 |
.IR $HOME/.recoll/recoll.conf ,
|
12 |
.IR $HOME/.recoll/recoll.conf
|
8 |
defines the indexation configuration for the full-text search system
|
13 |
|
9 |
Recoll.
|
|
|
10 |
.LP
|
14 |
.LP
|
11 |
A short extract of the file might look as follows:
|
15 |
A short extract of the file might look as follows:
|
12 |
.IP
|
16 |
.IP
|
13 |
.nf
|
17 |
.nf
|
14 |
|
18 |
|
|
... |
|
... |
96 |
.BI "guesscharset = " boolean
|
100 |
.BI "guesscharset = " boolean
|
97 |
Try to guess the character set of files if no internal value is available
|
101 |
Try to guess the character set of files if no internal value is available
|
98 |
(ie: for plain text files). This does not work well in general, and should
|
102 |
(ie: for plain text files). This does not work well in general, and should
|
99 |
probably not be used.
|
103 |
probably not be used.
|
100 |
.TP
|
104 |
.TP
|
|
|
105 |
.BI "indexallfilenames = " boolean
|
|
|
106 |
Recoll indexes file names into a special section of the database to allow
|
|
|
107 |
specific file names searches using wild cards. This parameter decides if
|
|
|
108 |
file name indexing is performed only for files with mime types that would
|
|
|
109 |
qualify them for full text indexation, or for all files inside
|
|
|
110 |
the selected subtrees, independant of mime type.
|
|
|
111 |
.TP
|
101 |
.BI "usesystemfilecommand = " boolean
|
112 |
.BI "usesystemfilecommand = " boolean
|
102 |
Decide if we use the
|
113 |
Decide if we use the
|
103 |
.B "file -i"
|
114 |
.B "file -i"
|
104 |
system command as a final step for determining the mime type for a file
|
115 |
system command as a final step for determining the mime type for a file
|
105 |
(the main procedure uses suffix associations as defined in the
|
116 |
(the main procedure uses suffix associations as defined in the
|