*** empty log message ***

This commit is contained in:
dockes 2007-09-21 16:45:41 +00:00
parent 645018d574
commit 25a96760a7
5 changed files with 36 additions and 19 deletions

View File

@ -411,11 +411,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
idxabsmlen
Recoll stores an abstract for each indexed file inside the
database. This is so that they can be displayed inside the result
lists without decoding the original file. This parameter defines
the size of the stored abstract (which can come from an actual
section or just be the beginning of the text). The default value
is 250.
database. The text can come from an actual 'abstract' section in
the document or will just be the beginning of the document. It is
stored in the index so that it can be displayed inside the result
lists without decoding the original file. The idxabsmlen parameter
defines the size of the stored abstract. The default value is 250
bytes. The search interface gives you the choice to display this
stored text or a synthetic abstract built by extracting text
around the search terms. If you always prefer the synthetic
abstract, you can reduce this value and save a little space.
aspellLanguage

View File

@ -1488,11 +1488,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
idxabsmlen
Recoll stores an abstract for each indexed file inside the
database. This is so that they can be displayed inside the result
lists without decoding the original file. This parameter defines
the size of the stored abstract (which can come from an actual
section or just be the beginning of the text). The default value
is 250.
database. The text can come from an actual 'abstract' section in
the document or will just be the beginning of the document. It is
stored in the index so that it can be displayed inside the result
lists without decoding the original file. The idxabsmlen parameter
defines the size of the stored abstract. The default value is 250
bytes. The search interface gives you the choice to display this
stored text or a synthetic abstract built by extracting text
around the search terms. If you always prefer the synthetic
abstract, you can reduce this value and save a little space.
aspellLanguage

View File

@ -1 +1 @@
1.9.0
1.9.1cjk

View File

@ -24,7 +24,7 @@
Dockes</holder>
</copyright>
<releaseinfo>$Id: usermanual.sgml,v 1.50 2007-08-30 09:00:22 dockes Exp $</releaseinfo>
<releaseinfo>$Id: usermanual.sgml,v 1.51 2007-09-21 16:45:03 dockes Exp $</releaseinfo>
<abstract>
<para>This document introduces full text search notions
@ -1834,7 +1834,7 @@ skippedNames = #* bin CVS Cache cache* caughtspam tmp .thumbnails .svn \
<para>Example of use for skipping text files only in a
specific directory:</para>
<programlisting>
skippedPaths = ~/somedir/*.txt
skippedPaths = ~/somedir/&lowast;.txt
</programlisting>
</listitem>
</varlistentry>
@ -1957,11 +1957,18 @@ skippedPaths = ~/somedir/*.txt
<varlistentry><term><literal>idxabsmlen</literal></term>
<listitem><para>&RCL; stores an abstract for each indexed
file inside the database. This is so that they can be
displayed inside the result lists without decoding the
original file. This parameter defines the size of the
stored abstract (which can come from an actual section or
just be the beginning of the text). The default value is 250.
file inside the database. The text can come from an actual
'abstract' section in the document or will just be the
beginning of the document. It is stored in the index so
that it can be displayed inside the result lists without
decoding the original
file. The <literal>idxabsmlen</literal> parameter defines
the size of the stored abstract. The default value is 250 bytes.
The search interface gives you the choice to display this
stored text or a synthetic abstract built by extracting
text around the search terms. If you always
prefer the synthetic abstract, you can reduce this value
and save a little space.
</para>
</listitem>
</varlistentry>

View File

@ -82,4 +82,6 @@ TRANSLATIONS = i18n/recoll_de.ts \
i18n/recoll_fr.ts \
i18n/recoll_it.ts \
i18n/recoll_ru.ts \
i18n/recoll_uk.ts
i18n/recoll_.ts \
i18n/recoll_uk.ts \
i18n/recoll_xx.ts