*** empty log message ***

This commit is contained in:
dockes 2008-12-02 13:16:51 +00:00
parent 8122500ca8
commit 73933c7b5d
4 changed files with 25 additions and 17 deletions

View File

@ -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 solution is to have .* in skippedNames, and add things like
~/.thunderbird or ~/.evolution in topdirs. ~/.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 skippedPaths and daemSkippedPaths
A space-separated list of patterns for paths of files or 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. mimemap also has a recoll_noindex variable which is a list of suffixes.
Matching files will be skipped (which avoids unnecessary decompressions or Matching files will be skipped (which avoids unnecessary decompressions or
file executions). This is partially redundant with skippedNames in the file executions). This is partially redundant with skippedNames in the
main configuration file, with two differences: it will not affect main configuration file, with a few differences: it will not affect
directories, and it cannot be made dependant on the file-system location directories, it cannot be made dependant on the file-system location (it
(it is a configuration-wide parameter). You could accomplish with is a configuration-wide parameter), and the file names will still be
skippedNames anything that recoll_noindex does. The latter is used mostly indexed (not even the file names are indexed for patterns in skippedNames.
for things known to be unindexable by a given Recoll version. Having it recoll_noindex is used mostly for things known to be unindexable by a
there avoids cluttering the more user-oriented and locally customized given Recoll version. Having it there avoids cluttering the more
skippedNames. user-oriented and locally customized skippedNames.
5.4.3. The mimeconf file 5.4.3. The mimeconf file

View File

@ -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 solution is to have .* in skippedNames, and add things like
~/.thunderbird or ~/.evolution in topdirs. ~/.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 skippedPaths and daemSkippedPaths
A space-separated list of patterns for paths of files or 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. mimemap also has a recoll_noindex variable which is a list of suffixes.
Matching files will be skipped (which avoids unnecessary decompressions or Matching files will be skipped (which avoids unnecessary decompressions or
file executions). This is partially redundant with skippedNames in the file executions). This is partially redundant with skippedNames in the
main configuration file, with two differences: it will not affect main configuration file, with a few differences: it will not affect
directories, and it cannot be made dependant on the file-system location directories, it cannot be made dependant on the file-system location (it
(it is a configuration-wide parameter). You could accomplish with is a configuration-wide parameter), and the file names will still be
skippedNames anything that recoll_noindex does. The latter is used mostly indexed (not even the file names are indexed for patterns in skippedNames.
for things known to be unindexable by a given Recoll version. Having it recoll_noindex is used mostly for things known to be unindexable by a
there avoids cluttering the more user-oriented and locally customized given Recoll version. Having it there avoids cluttering the more
skippedNames. user-oriented and locally customized skippedNames.
---------------------------------------------------------------------- ----------------------------------------------------------------------

View File

@ -1 +1 @@
1.11.1exp1 1.11.1exp2

View File

@ -24,7 +24,7 @@
Dockes</holder> Dockes</holder>
</copyright> </copyright>
<releaseinfo>$Id: usermanual.sgml,v 1.69 2008-11-27 09:39:06 dockes Exp $</releaseinfo> <releaseinfo>$Id: usermanual.sgml,v 1.70 2008-12-02 13:16:29 dockes Exp $</releaseinfo>
<abstract> <abstract>
<para>This document introduces full text search notions <para>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 in this list. See the
<literal>recoll_noindex</literal> variable in <literal>recoll_noindex</literal> variable in
<filename>mimemap</filename> for an alternative <filename>mimemap</filename> for an alternative
approach which indexes the file names</para>. approach which indexes the file names.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>