This commit is contained in:
Jean-Francois Dockes 2018-04-10 10:32:59 +02:00
parent 4eaf1fade6
commit 8dee9054fe
3 changed files with 12 additions and 4 deletions

View File

@ -556,6 +556,12 @@ does not affect indexing (the whole field is processed anyway), just the
amount of data stored in the index for the purpose of displaying fields amount of data stored in the index for the purpose of displaying fields
inside result lists or previews. The default value is 150 bytes which inside result lists or previews. The default value is 150 bytes which
may be too low if you have custom fields.</para></listitem></varlistentry> may be too low if you have custom fields.</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTEXTTRUNCATELEN">
<term><varname>idxtexttruncatelen</varname></term>
<listitem><para>Truncation length for all document texts. Only index
the beginning of documents. This is not recommended except if you are
sure that the interesting keywords are at the top and have severe disk
space issues.</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ASPELLLANGUAGE"> <varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ASPELLLANGUAGE">
<term><varname>aspellLanguage</varname></term> <term><varname>aspellLanguage</varname></term>
<listitem><para>Language definitions to use when creating the aspell <listitem><para>Language definitions to use when creating the aspell

View File

@ -4929,7 +4929,8 @@ alink="#0000FF">
"#RCL.INSTALL.CONFIG.FIELDS" title= "#RCL.INSTALL.CONFIG.FIELDS" title=
"6.4.3.&nbsp;The fields file"><code class= "6.4.3.&nbsp;The fields file"><code class=
"filename">fields</code> configuration file</a> for the "filename">fields</code> configuration file</a> for the
details of configuring a field for range searches.</p> details of configuring a field for range searches (list
them in the [values] section).</p>
</div> </div>
<div class="sect2"> <div class="sect2">
<div class="titlepage"> <div class="titlepage">
@ -9230,7 +9231,7 @@ for i in range(nres):
extension prefixes should be all caps, begin with extension prefixes should be all caps, begin with
XY, and short. E.g. XYMFLD.</p> XY, and short. E.g. XYMFLD.</p>
</dd> </dd>
<dt><span class="term">[calues]</span></dt> <dt><span class="term">[values]</span></dt>
<dd> <dd>
<p>Fields listed in this section will be stored as <p>Fields listed in this section will be stored as
<span class="application">Xapian</span> <span class="application">Xapian</span>

View File

@ -3818,7 +3818,8 @@
<para>See the section about the <link <para>See the section about the <link
linkend="RCL.INSTALL.CONFIG.FIELDS"> linkend="RCL.INSTALL.CONFIG.FIELDS">
<filename>fields</filename> configuration file</link> for the <filename>fields</filename> configuration file</link> for the
details of configuring a field for range searches.</para> details of configuring a field for range searches (list them in the
[values] section).</para>
</sect2> </sect2>
@ -6252,7 +6253,7 @@ for i in range(nres):
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>[calues]</term> <term>[values]</term>
<listitem><para>Fields listed in this section will be stored as <listitem><para>Fields listed in this section will be stored as
&XAP; <literal>values</literal> inside the index. This makes &XAP; <literal>values</literal> inside the index. This makes
them available for range queries, allowing to filter results them available for range queries, allowing to filter results