*** empty log message ***
This commit is contained in:
parent
8122500ca8
commit
73933c7b5d
18
src/INSTALL
18
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
|
||||
|
||||
|
||||
18
src/README
18
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.
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1.11.1exp1
|
||||
1.11.1exp2
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
Dockes</holder>
|
||||
</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>
|
||||
<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
|
||||
<literal>recoll_noindex</literal> variable in
|
||||
<filename>mimemap</filename> for an alternative
|
||||
approach which indexes the file names</para>.
|
||||
approach which indexes the file names.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user