doc
This commit is contained in:
parent
4eaf1fade6
commit
8dee9054fe
@ -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
|
||||
inside result lists or previews. The default value is 150 bytes which
|
||||
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">
|
||||
<term><varname>aspellLanguage</varname></term>
|
||||
<listitem><para>Language definitions to use when creating the aspell
|
||||
|
||||
@ -4929,7 +4929,8 @@ alink="#0000FF">
|
||||
"#RCL.INSTALL.CONFIG.FIELDS" title=
|
||||
"6.4.3. The fields file"><code class=
|
||||
"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 class="sect2">
|
||||
<div class="titlepage">
|
||||
@ -9230,7 +9231,7 @@ for i in range(nres):
|
||||
extension prefixes should be all caps, begin with
|
||||
XY, and short. E.g. XYMFLD.</p>
|
||||
</dd>
|
||||
<dt><span class="term">[calues]</span></dt>
|
||||
<dt><span class="term">[values]</span></dt>
|
||||
<dd>
|
||||
<p>Fields listed in this section will be stored as
|
||||
<span class="application">Xapian</span>
|
||||
|
||||
@ -3818,7 +3818,8 @@
|
||||
<para>See the section about the <link
|
||||
linkend="RCL.INSTALL.CONFIG.FIELDS">
|
||||
<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>
|
||||
@ -6252,7 +6253,7 @@ for i in range(nres):
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>[calues]</term>
|
||||
<term>[values]</term>
|
||||
<listitem><para>Fields listed in this section will be stored as
|
||||
&XAP; <literal>values</literal> inside the index. This makes
|
||||
them available for range queries, allowing to filter results
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user