From 7b387237fa96a2415efabb4d5450f4f5caa5e76d Mon Sep 17 00:00:00 2001 From: dockes Date: Fri, 2 Feb 2007 10:27:44 +0000 Subject: [PATCH] add skippedPaths and daemSkippedPaths config variables --- src/doc/user/usermanual.sgml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 4bc0b579..7f1de47e 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -24,7 +24,7 @@ Dockes - $Id: usermanual.sgml,v 1.37 2007-02-02 10:05:07 dockes Exp $ + $Id: usermanual.sgml,v 1.38 2007-02-02 10:27:44 dockes Exp $ This document introduces full text search notions @@ -1688,7 +1688,8 @@ fvwm names of files or directories that should be completely ignored. The list defined in the default file is: -*~ #* bin CVS Cache caughtspam tmp +skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \ + *~ recollrc The list can be redefined for sub-directories, but is only actually changed for the top level ones in @@ -1711,6 +1712,27 @@ fvwm + skippedPaths and + daemSkippedPaths + + A space-separated list of patterns for + paths of files or directories that should be skipped. + There is no default in the sample configuration file, + but the code always adds the configuration and database + directories in there. + skippedPaths is used both by + batch and real time + indexing. daemSkippedPaths can be + used to specify things that should be indexed at + startup, but not monitored. + Example of use for skipping text files only in a + specific directory: + +skippedPaths = ~/somedir/*.txt + + + + loglevel,daemloglevel Verbosity level for recoll and recollindex. A value of 4 lists quite a lot of