*** 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 idxabsmlen
Recoll stores an abstract for each indexed file inside the Recoll stores an abstract for each indexed file inside the
database. This is so that they can be displayed inside the result database. The text can come from an actual 'abstract' section in
lists without decoding the original file. This parameter defines the document or will just be the beginning of the document. It is
the size of the stored abstract (which can come from an actual stored in the index so that it can be displayed inside the result
section or just be the beginning of the text). The default value lists without decoding the original file. The idxabsmlen parameter
is 250. 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 aspellLanguage

View File

@ -1488,11 +1488,15 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
idxabsmlen idxabsmlen
Recoll stores an abstract for each indexed file inside the Recoll stores an abstract for each indexed file inside the
database. This is so that they can be displayed inside the result database. The text can come from an actual 'abstract' section in
lists without decoding the original file. This parameter defines the document or will just be the beginning of the document. It is
the size of the stored abstract (which can come from an actual stored in the index so that it can be displayed inside the result
section or just be the beginning of the text). The default value lists without decoding the original file. The idxabsmlen parameter
is 250. 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 aspellLanguage

View File

@ -1 +1 @@
1.9.0 1.9.1cjk

View File

@ -24,7 +24,7 @@
Dockes</holder> Dockes</holder>
</copyright> </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> <abstract>
<para>This document introduces full text search notions <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 <para>Example of use for skipping text files only in a
specific directory:</para> specific directory:</para>
<programlisting> <programlisting>
skippedPaths = ~/somedir/*.txt skippedPaths = ~/somedir/&lowast;.txt
</programlisting> </programlisting>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -1957,11 +1957,18 @@ skippedPaths = ~/somedir/*.txt
<varlistentry><term><literal>idxabsmlen</literal></term> <varlistentry><term><literal>idxabsmlen</literal></term>
<listitem><para>&RCL; stores an abstract for each indexed <listitem><para>&RCL; stores an abstract for each indexed
file inside the database. This is so that they can be file inside the database. The text can come from an actual
displayed inside the result lists without decoding the 'abstract' section in the document or will just be the
original file. This parameter defines the size of the beginning of the document. It is stored in the index so
stored abstract (which can come from an actual section or that it can be displayed inside the result lists without
just be the beginning of the text). The default value is 250. 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> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

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