diff --git a/src/INSTALL b/src/INSTALL index f70160c6..f61bcbaf 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -318,6 +318,10 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or solution is to have .* in skippedNames, and add things like ~/.thunderbird or ~/.evolution in topdirs. + Not even the file names are indexed for patterns in this list. See + the recoll_noindex variable in mimemap for an alternative approach + which indexes the file names. + skippedPaths and daemSkippedPaths A space-separated list of patterns for paths of files or @@ -487,13 +491,13 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or mimemap also has a recoll_noindex variable which is a list of suffixes. Matching files will be skipped (which avoids unnecessary decompressions or file executions). This is partially redundant with skippedNames in the - main configuration file, with two differences: it will not affect - directories, and it cannot be made dependant on the file-system location - (it is a configuration-wide parameter). You could accomplish with - skippedNames anything that recoll_noindex does. The latter is used mostly - for things known to be unindexable by a given Recoll version. Having it - there avoids cluttering the more user-oriented and locally customized - skippedNames. + main configuration file, with a few differences: it will not affect + directories, it cannot be made dependant on the file-system location (it + is a configuration-wide parameter), and the file names will still be + indexed (not even the file names are indexed for patterns in skippedNames. + recoll_noindex is used mostly for things known to be unindexable by a + given Recoll version. Having it there avoids cluttering the more + user-oriented and locally customized skippedNames. 5.4.3. The mimeconf file diff --git a/src/README b/src/README index 9dffbaea..4deac507 100644 --- a/src/README +++ b/src/README @@ -1929,6 +1929,10 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or solution is to have .* in skippedNames, and add things like ~/.thunderbird or ~/.evolution in topdirs. + Not even the file names are indexed for patterns in this list. See + the recoll_noindex variable in mimemap for an alternative approach + which indexes the file names. + skippedPaths and daemSkippedPaths A space-separated list of patterns for paths of files or @@ -2100,13 +2104,13 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or mimemap also has a recoll_noindex variable which is a list of suffixes. Matching files will be skipped (which avoids unnecessary decompressions or file executions). This is partially redundant with skippedNames in the - main configuration file, with two differences: it will not affect - directories, and it cannot be made dependant on the file-system location - (it is a configuration-wide parameter). You could accomplish with - skippedNames anything that recoll_noindex does. The latter is used mostly - for things known to be unindexable by a given Recoll version. Having it - there avoids cluttering the more user-oriented and locally customized - skippedNames. + main configuration file, with a few differences: it will not affect + directories, it cannot be made dependant on the file-system location (it + is a configuration-wide parameter), and the file names will still be + indexed (not even the file names are indexed for patterns in skippedNames. + recoll_noindex is used mostly for things known to be unindexable by a + given Recoll version. Having it there avoids cluttering the more + user-oriented and locally customized skippedNames. ---------------------------------------------------------------------- diff --git a/src/VERSION b/src/VERSION index 9e1c5d47..f4ef25f1 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -1.11.1exp1 +1.11.1exp2 diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index c273e5fa..9759bd4a 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -24,7 +24,7 @@ Dockes - $Id: usermanual.sgml,v 1.69 2008-11-27 09:39:06 dockes Exp $ + $Id: usermanual.sgml,v 1.70 2008-12-02 13:16:29 dockes Exp $ This document introduces full text search notions @@ -2497,7 +2497,7 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \ in this list. See the recoll_noindex variable in mimemap for an alternative - approach which indexes the file names. + approach which indexes the file names.