diff --git a/src/doc/man/recoll.conf.5 b/src/doc/man/recoll.conf.5 index a99eeb0e..b33888a6 100644 --- a/src/doc/man/recoll.conf.5 +++ b/src/doc/man/recoll.conf.5 @@ -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 diff --git a/src/doc/man/recollindex.1 b/src/doc/man/recollindex.1 index 50b6691f..d855c567 100644 --- a/src/doc/man/recollindex.1 +++ b/src/doc/man/recollindex.1 @@ -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 +.br +.B recollindex +[ +.B -c + +] +.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) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 67ae40cc..5adc3f89 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -24,7 +24,7 @@ Dockes - $Id: usermanual.sgml,v 1.25 2006-11-20 17:46:11 dockes Exp $ + $Id: usermanual.sgml,v 1.26 2006-11-20 18:07:02 dockes Exp $ This document introduces full text search notions @@ -94,8 +94,9 @@ search time. Stemming, by itself, does not accommodate for misspellings or - phonetic searches. &RCL; currently does not support these - features. + phonetic searches. &RCL; supports these features through a specific + tool (the term explorer) which will let you + explore the set of index terms along different modes.