From 9efc215724a15105238907156692e4d0f73d0b82 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 16 May 2011 15:33:20 +0200 Subject: [PATCH] document recollindex -if --- src/doc/man/recollindex.1 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/doc/man/recollindex.1 b/src/doc/man/recollindex.1 index fb5ef69b..4696fdcf 100644 --- a/src/doc/man/recollindex.1 +++ b/src/doc/man/recollindex.1 @@ -33,6 +33,9 @@ recollindex \- indexing command for the Recoll full text search system ] .B \-i +[ +.B \-f +] [] .br .B recollindex @@ -111,11 +114,18 @@ cannot connect to the X11 server). .B recollindex \-l will list the names of available language stemmers. .PP -The other modes are useful mainly for testing. -.PP .B recollindex \-i -will index individual files into the database. The stem expansion databases -will not be updated. +will index individual files into the database. The stem expansion and +aspell databases will not be updated. The skippedPaths and skippedNames +configuration variables will be used, so that some files may be +skipped. You can tell recollindex to ignore skippedPaths and skippedNames +by setting the +.B +\-f +option. This allows fully custom file selection for a given subtree, +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 .B recollindex \-e will erase data for individual files from the database. The stem expansion