*** empty log message ***
This commit is contained in:
parent
645018d574
commit
25a96760a7
14
src/INSTALL
14
src/INSTALL
@ -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
|
||||||
|
|
||||||
|
|||||||
14
src/README
14
src/README
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.9.0
|
1.9.1cjk
|
||||||
|
|||||||
@ -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/∗.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>
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user