doc
This commit is contained in:
parent
9dd8dd8065
commit
da07a169fe
@ -1,4 +1,4 @@
|
||||
.\" $Id: recoll.conf.5,v 1.3 2006-09-08 09:02:47 dockes Exp $ (C) 2005 J.F.Dockes\$
|
||||
.\" $Id: recoll.conf.5,v 1.4 2006-11-20 18:07:02 dockes Exp $ (C) 2005 J.F.Dockes\$
|
||||
.TH RECOLL.CONF 5 "8 January 2006"
|
||||
.SH NAME
|
||||
recoll.conf \- main personal configuration file for Recoll
|
||||
@ -67,10 +67,14 @@ for the top level ones in
|
||||
.TP
|
||||
.BI "loglevel = " value
|
||||
Verbosity level for recoll and recollindex. A value of 4 lists quite a lot of
|
||||
debug/information messages. 3 lists only errors.
|
||||
debug/information messages. 3 lists only errors.
|
||||
.B daemloglevel
|
||||
can be used to specify a different value for the real-time indexing daemon.
|
||||
.TP
|
||||
.BI "logfilename = " file
|
||||
Where should the messages go. 'stderr' can be used as a special value.
|
||||
.B daemlogfilename
|
||||
can be used to specify a different value for the real-time indexing daemon.
|
||||
.TP
|
||||
.BI "filtersdir = " directory
|
||||
A directory to search for the external filter scripts used to index some
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
.\" $Id: recollindex.1,v 1.2 2006-09-08 09:02:47 dockes Exp $ (C) 2005 J.F.Dockes\$
|
||||
.\" $Id: recollindex.1,v 1.3 2006-11-20 18:07:02 dockes Exp $ (C) 2005 J.F.Dockes\$
|
||||
.TH RECOLLINDEX 1 "8 January 2006"
|
||||
.SH NAME
|
||||
recollindex \- indexing command for the Recoll full text search system
|
||||
@ -13,6 +13,12 @@ recollindex \- indexing command for the Recoll full text search system
|
||||
[
|
||||
.B -z
|
||||
]
|
||||
[
|
||||
.B -m
|
||||
]
|
||||
[
|
||||
.B -D
|
||||
]
|
||||
.br
|
||||
.B recollindex
|
||||
[
|
||||
@ -29,6 +35,14 @@ recollindex \- indexing command for the Recoll full text search system
|
||||
]
|
||||
.B -s
|
||||
<lang>
|
||||
.br
|
||||
.B recollindex
|
||||
[
|
||||
.B -c
|
||||
<configdir>
|
||||
]
|
||||
.B -S
|
||||
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B recollindex
|
||||
@ -49,6 +63,19 @@ This will incrementally update the database with files that changed since
|
||||
the last run. If option
|
||||
.B -z
|
||||
is given, the database will be erased before starting.
|
||||
.PP
|
||||
If option
|
||||
.B
|
||||
-m
|
||||
is given, then recollindex is started for real time monitoring, using the
|
||||
package it was configured for (either fam, gamin, or inotify). This mode
|
||||
must have been explicitely configured when building the package, it is not
|
||||
available by default. The program will normally detach from the controlling
|
||||
terminal and become a daemon. If option
|
||||
.B
|
||||
-D
|
||||
is given, it will stay in foreground.
|
||||
|
||||
.PP
|
||||
The two other modes are useful mainly for testing.
|
||||
.PP
|
||||
@ -93,6 +120,11 @@ spanish (es)
|
||||
swedish (sv)
|
||||
.RE
|
||||
|
||||
.B recollindex -S
|
||||
will rebuild the phonetic/orthographic index. This feature uses the
|
||||
.B aspell
|
||||
package, which must be installed on the system.
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
recoll(1) recoll.conf(5)
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
Dockes</holder>
|
||||
</copyright>
|
||||
|
||||
<releaseinfo>$Id: usermanual.sgml,v 1.25 2006-11-20 17:46:11 dockes Exp $</releaseinfo>
|
||||
<releaseinfo>$Id: usermanual.sgml,v 1.26 2006-11-20 18:07:02 dockes Exp $</releaseinfo>
|
||||
|
||||
<abstract>
|
||||
<para>This document introduces full text search notions
|
||||
@ -94,8 +94,9 @@
|
||||
search time.</para>
|
||||
|
||||
<para>Stemming, by itself, does not accommodate for misspellings or
|
||||
phonetic searches. &RCL; currently does not support these
|
||||
features.</para>
|
||||
phonetic searches. &RCL; supports these features through a specific
|
||||
tool (the <literal>term explorer</literal>) which will let you
|
||||
explore the set of index terms along different modes.</para>
|
||||
|
||||
|
||||
</sect1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user