This commit is contained in:
Jean-Francois Dockes 2022-09-25 19:10:57 +02:00
parent 394264a165
commit 63f9e278da
2 changed files with 22 additions and 0 deletions

View File

@ -177,6 +177,13 @@ processing of any compressed file. Default 100 MB.
<listitem><para>Size limit for text files. Mostly for skipping monster logs. Default 20 MB. Use a value of -1 to <listitem><para>Size limit for text files. Mostly for skipping monster logs. Default 20 MB. Use a value of -1 to
disable. disable.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.TEXTUNKNOWNASPLAIN">
<term><varname>textunknownasplain</varname></term>
<listitem><para>Process unknown text/xxx files as text/plain Allows indexing misc. text files identified as text/whatever by 'file' or 'xdg-mime'
without having to explicitely set config entries for them. This works fine for indexing (but will
cause processing of a lot of garbage though), but the documents indexed this way will be opened by
the desktop viewer, even if text/plain has a specific editor.
</para></listitem></varlistentry>
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES"> <varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES">
<term><varname>indexallfilenames</varname></term> <term><varname>indexallfilenames</varname></term>
<listitem><para>Index the file names of <listitem><para>Index the file names of

View File

@ -9291,6 +9291,21 @@ hasextract = False
disable.</p> disable.</p>
</dd> </dd>
<dt><a name= <dt><a name=
"RCL.INSTALL.CONFIG.RECOLLCONF.TEXTUNKNOWNASPLAIN"
id=
"RCL.INSTALL.CONFIG.RECOLLCONF.TEXTUNKNOWNASPLAIN"></a><span class="term"><code class="varname">textunknownasplain</code></span></dt>
<dd>
<p>Process unknown text/xxx files as text/plain
Allows indexing misc. text files identified as
text/whatever by 'file' or 'xdg-mime' without
having to explicitely set config entries for
them. This works fine for indexing (but will
cause processing of a lot of garbage though), but
the documents indexed this way will be opened by
the desktop viewer, even if text/plain has a
specific editor.</p>
</dd>
<dt><a name=
"RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES" "RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES"
id= id=
"RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES"></a><span class="term"><code class="varname">indexallfilenames</code></span></dt> "RCL.INSTALL.CONFIG.RECOLLCONF.INDEXALLFILENAMES"></a><span class="term"><code class="varname">indexallfilenames</code></span></dt>