From b768c4a9a979c84ecf993f08f9554b63054f3fda Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 30 Apr 2013 19:36:48 +0200 Subject: [PATCH] doc --- src/doc/man/recollindex.1 | 67 +++++++++++++++++++++++++++++++++------ website/index.html.en | 8 +++++ 2 files changed, 65 insertions(+), 10 deletions(-) diff --git a/src/doc/man/recollindex.1 b/src/doc/man/recollindex.1 index 803f00c1..b52751dc 100644 --- a/src/doc/man/recollindex.1 +++ b/src/doc/man/recollindex.1 @@ -11,11 +11,15 @@ recollindex \- indexing command for the Recoll full text search system ] [ -.B \-z +.B \-z|\-Z ] +.br +.B recollindex [ -.B \-m +.B \-c + ] +.B \-m [ .B \-w @@ -26,6 +30,12 @@ recollindex \- indexing command for the Recoll full text search system [ .B \-x ] +[ +.B \-C +] +[ +.B \-n +] .br .B recollindex [ @@ -34,9 +44,26 @@ recollindex \- indexing command for the Recoll full text search system ] .B \-i [ +.B \-Z +] +[ .B \-f ] -[] +[] +.br +.B recollindex +[ +.B \-c + +] +.B \-r +[ +.B \-Z +] +[ +.B \-f +] + .br .B recollindex [ @@ -44,7 +71,7 @@ recollindex \- indexing command for the Recoll full text search system ] .B \-e -[] +[] .br .B recollindex [ @@ -87,7 +114,10 @@ file 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. +is given, the database will be erased before starting. If option +.B \-Z +is given, the database will not be reset, but all files will be considered +as needing reindexing (in place reset). .PP If option .B @@ -110,10 +140,15 @@ Option \-x disables this X11 session monitoring (daemon will stay alive even if it cannot connect to the X11 server). You need to use this too if you use the -daemon without an X11 context. -.PP -.B recollindex \-l -will list the names of available language stemmers. +daemon without an X11 context. You can use option +.B +\-n +to skip the initial incrementing pass which is normally performed before +monitoring starts. Once monitoring is started, the daemon normally monitors +the configuration and restarts from scratch if a change is made. You can +disable this with option +.B +\-C .PP .B recollindex \-i will index individual files into the database. The stem expansion and @@ -128,6 +163,7 @@ for which you would add the top directory to skippedPaths, and use any custom tool to generate the file list (ie: a tool from a source code control system). .PP +.PP .B recollindex \-e will erase data for individual files from the database. The stem expansion databases will not be updated. @@ -148,7 +184,18 @@ find /path/to/dir \-print | recollindex \-i to force the reindexing of a directory tree (which has to exist inside the file system area defined by .I topdirs -in recoll.conf). +in recoll.conf). You could mostly accomplish the same thing with +.PP +.B find /path/to/dir \-print | recollindex \-f \-Z +.PP +.B recollindex \-r +mostly works like -i, but the parameter is a single directory, which will +be recursively updated. This mostly does nothing more than +.B find topdir | recollindex -i +but it may be more convenient to use when started from another program. +.PP +.B recollindex \-l +will list the names of available language stemmers. .PP .B recollindex \-s will build the stem expansion database for a given language, which may or diff --git a/website/index.html.en b/website/index.html.en index 53fe73af..d2ea08a1 100644 --- a/website/index.html.en +++ b/website/index.html.en @@ -87,6 +87,14 @@
+
2013-04-30
Recoll 1.19.0 will soon be out, and as + usual, there is a pre-release source tarfile for + adventurous souls who would be willing to test and + help the release to be as close to flawless as + possible. The tar file and the + the release notes. +
+
2013-04-30
Thanks to some of its users, Recoll now has filters to