doc
This commit is contained in:
parent
ae2962a41c
commit
b13e465de4
114 changed files with 278 additions and 147 deletions
|
@ -20,8 +20,8 @@ alink="#0000FF">
|
||||||
<div class="titlepage">
|
<div class="titlepage">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="title"><a name="idp49189152" id=
|
<h1 class="title"><a name="idp53258720" id=
|
||||||
"idp49189152"></a>Recoll user manual</h1>
|
"idp53258720"></a>Recoll user manual</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
@ -109,13 +109,13 @@ alink="#0000FF">
|
||||||
multiple indexes</a></span></dt>
|
multiple indexes</a></span></dt>
|
||||||
|
|
||||||
<dt><span class="sect2">2.1.3. <a href=
|
<dt><span class="sect2">2.1.3. <a href=
|
||||||
"#idp55074208">Document types</a></span></dt>
|
"#idp58828400">Document types</a></span></dt>
|
||||||
|
|
||||||
<dt><span class="sect2">2.1.4. <a href=
|
<dt><span class="sect2">2.1.4. <a href=
|
||||||
"#idp55093888">Indexing failures</a></span></dt>
|
"#idp58848080">Indexing failures</a></span></dt>
|
||||||
|
|
||||||
<dt><span class="sect2">2.1.5. <a href=
|
<dt><span class="sect2">2.1.5. <a href=
|
||||||
"#idp55100896">Recovery</a></span></dt>
|
"#idp58855088">Recovery</a></span></dt>
|
||||||
</dl>
|
</dl>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
@ -962,8 +962,8 @@ alink="#0000FF">
|
||||||
<div class="titlepage">
|
<div class="titlepage">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3 class="title"><a name="idp55074208" id=
|
<h3 class="title"><a name="idp58828400" id=
|
||||||
"idp55074208"></a>2.1.3. Document types</h3>
|
"idp58828400"></a>2.1.3. Document types</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1056,8 +1056,8 @@ indexedmimetypes = application/pdf
|
||||||
<div class="titlepage">
|
<div class="titlepage">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3 class="title"><a name="idp55093888" id=
|
<h3 class="title"><a name="idp58848080" id=
|
||||||
"idp55093888"></a>2.1.4. Indexing
|
"idp58848080"></a>2.1.4. Indexing
|
||||||
failures</h3>
|
failures</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1097,8 +1097,8 @@ indexedmimetypes = application/pdf
|
||||||
<div class="titlepage">
|
<div class="titlepage">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<h3 class="title"><a name="idp55100896" id=
|
<h3 class="title"><a name="idp58855088" id=
|
||||||
"idp55100896"></a>2.1.5. Recovery</h3>
|
"idp58855088"></a>2.1.5. Recovery</h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1665,7 +1665,63 @@ recoll -c ~/.indexes-email
|
||||||
<p>See the <a class="link" href=
|
<p>See the <a class="link" href=
|
||||||
"#RCL.INSTALL.CONFIG.RECOLLCONF.METADATACMDS">section about
|
"#RCL.INSTALL.CONFIG.RECOLLCONF.METADATACMDS">section about
|
||||||
the <code class="literal">metadatacmds</code> field</a> in
|
the <code class="literal">metadatacmds</code> field</a> in
|
||||||
the main configuration chapter for more detail.</p>
|
the main configuration chapter for a description of the
|
||||||
|
configuration syntax.</p>
|
||||||
|
|
||||||
|
<p>As an example, if you would want <span class=
|
||||||
|
"application">Recoll</span> to use tags managed by
|
||||||
|
<span class="application">tmsu</span>, you would add the
|
||||||
|
following to the configuration file:</p>
|
||||||
|
<pre class="programlisting">
|
||||||
|
[/some/area/of/the/fs]
|
||||||
|
metadatacmds = ; tags = tmsu tags %f
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
<p>You may want to restrict this processing to a subset of
|
||||||
|
the directory tree, because it may slow down indexing a bit
|
||||||
|
(<code class="literal">[some/area/of/the/fs]</code>).</p>
|
||||||
|
|
||||||
|
<p>Note the initial semi-colon after the equal sign.</p>
|
||||||
|
|
||||||
|
<p>In the example above, the output of <span class=
|
||||||
|
"command"><strong>tmsu</strong></span> is used to set a
|
||||||
|
field named <code class="literal">tags</code>. The field
|
||||||
|
name is arbitrary and could be <code class=
|
||||||
|
"literal">tmsu</code> or <code class=
|
||||||
|
"literal">myfield</code> just the same, but <code class=
|
||||||
|
"literal">tags</code> is an alias for the standard
|
||||||
|
<span class="application">Recoll</span> <code class=
|
||||||
|
"literal">keywords</code> field, and the <span class=
|
||||||
|
"command"><strong>tmsu</strong></span> output will just
|
||||||
|
augment its contents. This will avoid the need to extend
|
||||||
|
the <a class="link" href="#RCL.PROGRAM.FIELDS" title=
|
||||||
|
"4.2. Field data processing">field
|
||||||
|
configuration</a>.</p>
|
||||||
|
|
||||||
|
<p>Once re-indexing is performed (you'll need to force the
|
||||||
|
file reindexing, <span class="application">Recoll</span>
|
||||||
|
will not detect the need by itself), you will be able to
|
||||||
|
search from the query language, through any of its aliases:
|
||||||
|
<code class="literal">tags:some/alternate/values</code> or
|
||||||
|
<code class="literal">tags:all,these,values</code> (the
|
||||||
|
compact field search syntax is supported for recoll 1.20
|
||||||
|
and later. For older versions, you would need to repeat the
|
||||||
|
<code class="literal">tags:</code> specifier for each term,
|
||||||
|
e.g. <code class="literal">tags:some OR
|
||||||
|
tags:alternate</code>).</p>
|
||||||
|
|
||||||
|
<p>You should be aware that tags changes will not be
|
||||||
|
detected by the indexer if the file itself did not change.
|
||||||
|
One possible workaround would be to update the file
|
||||||
|
<code class="literal">ctime</code> when you modify the
|
||||||
|
tags, which would be consistent with how extended
|
||||||
|
attributes function. A pair of <span class=
|
||||||
|
"command"><strong>chmod</strong></span> commands could
|
||||||
|
accomplish this, or a <code class="literal">touch -a</code>
|
||||||
|
. Alternatively, just couple the tag update with a
|
||||||
|
<code class="literal">recollindex -e -i
|
||||||
|
filename.</code></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="sect1">
|
<div class="sect1">
|
||||||
|
|
|
@ -914,9 +914,53 @@ indexedmimetypes = application/pdf
|
||||||
<para>See the
|
<para>See the
|
||||||
<link linkend="RCL.INSTALL.CONFIG.RECOLLCONF.METADATACMDS">section
|
<link linkend="RCL.INSTALL.CONFIG.RECOLLCONF.METADATACMDS">section
|
||||||
about the <literal>metadatacmds</literal> field</link> in
|
about the <literal>metadatacmds</literal> field</link> in
|
||||||
the main configuration chapter for more detail.</para>
|
the main configuration chapter for a description of the
|
||||||
|
configuration syntax.</para>
|
||||||
|
|
||||||
|
<para>As an example, if you would want &RCL; to use tags managed by
|
||||||
|
<application>tmsu</application>, you would add the following to the
|
||||||
|
configuration file:</para>
|
||||||
|
|
||||||
|
<programlisting>[/some/area/of/the/fs]
|
||||||
|
metadatacmds = ; tags = tmsu tags %f
|
||||||
|
</programlisting>
|
||||||
|
|
||||||
|
<para>You may want to restrict this processing to a subset of
|
||||||
|
the directory tree, because it may slow down indexing a bit
|
||||||
|
(<literal>[some/area/of/the/fs]</literal>).</para>
|
||||||
|
<para>Note the initial semi-colon after the equal sign.</para>
|
||||||
|
|
||||||
|
<para>In the example above, the output of <command>tmsu</command> is
|
||||||
|
used to set a field named <literal>tags</literal>. The field name is
|
||||||
|
arbitrary and could be <literal>tmsu</literal> or
|
||||||
|
<literal>myfield</literal> just the same, but <literal>tags</literal>
|
||||||
|
is an alias for the standard &RCL; <literal>keywords</literal> field,
|
||||||
|
and the <command>tmsu</command> output will just augment its
|
||||||
|
contents. This will avoid the need to extend the <link
|
||||||
|
linkend="RCL.PROGRAM.FIELDS">field configuration</link>.</para>
|
||||||
|
|
||||||
|
<para>Once re-indexing is performed (you'll need to force the file
|
||||||
|
reindexing, &RCL; will not detect the need by itself), you will
|
||||||
|
be able to search from the query language, through any of its
|
||||||
|
aliases: <literal>tags:some/alternate/values</literal> or
|
||||||
|
<literal>tags:all,these,values</literal> (the compact field search
|
||||||
|
syntax is supported for recoll 1.20 and later. For
|
||||||
|
older versions, you would need to repeat the <literal>tags:</literal>
|
||||||
|
specifier for each term, e.g. <literal>tags:some OR
|
||||||
|
tags:alternate</literal>).</para>
|
||||||
|
|
||||||
|
<para>You should be aware that tags changes will not be detected by
|
||||||
|
the indexer if the file itself did not change. One possible
|
||||||
|
workaround would be to update the file <literal>ctime</literal> when
|
||||||
|
you modify the tags, which
|
||||||
|
would be consistent with how extended attributes function. A pair of
|
||||||
|
<command>chmod</command> commands could accomplish this, or a
|
||||||
|
<literal>touch -a</literal> . Alternatively, just
|
||||||
|
couple the tag update with a <literal>recollindex -e -i
|
||||||
|
filename.</literal></para>
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
||||||
</sect1>
|
|
||||||
|
|
||||||
<sect1 id="RCL.INDEXING.PERIODIC">
|
<sect1 id="RCL.INDEXING.PERIODIC">
|
||||||
<title>Periodic indexing</title>
|
<title>Periodic indexing</title>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The index configuration GUI - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.SENS.html" title="Index case and diacritics sensitivity"></link><link rel="next" href="RCL.INDEXING.WEBQUEUE.html" title="Indexing WEB pages you wisit"></link><meta name="Section-title" content="The index configuration GUI"></meta><script type="text/javascript">
|
<title>The index configuration GUI - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.SENS.html" title="Index case and diacritics sensitivity"></link><link rel="next" href="RCL.INDEXING.WEBQUEUE.html" title="Indexing WEB pages you wisit"></link><meta name="Section-title" content="The index configuration GUI"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="next" href="RCL.INDEXING.CONFIG.SENS.html" title="Index case and diacritics sensitivity"></link><meta name="Section-title" content="Multiple indexes"></meta><script type="text/javascript">
|
<title>Multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="next" href="RCL.INDEXING.CONFIG.SENS.html" title="Index case and diacritics sensitivity"></link><meta name="Section-title" content="Multiple indexes"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Index case and diacritics sensitivity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.MULTIPLE.html" title="Multiple indexes"></link><link rel="next" href="RCL.INDEXING.CONFIG.GUI.html" title="The index configuration GUI"></link><meta name="Section-title" content="Index case and diacritics sensitivity"></meta><script type="text/javascript">
|
<title>Index case and diacritics sensitivity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><link rel="prev" href="RCL.INDEXING.CONFIG.MULTIPLE.html" title="Multiple indexes"></link><link rel="next" href="RCL.INDEXING.CONFIG.GUI.html" title="The index configuration GUI"></link><meta name="Section-title" content="Index case and diacritics sensitivity"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Index configuration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.STORAGE.SECURITY.html" title="Security aspects"></link><link rel="next" href="RCL.INDEXING.CONFIG.MULTIPLE.html" title="Multiple indexes"></link><meta name="Section-title" content="Index configuration"></meta><script type="text/javascript">
|
<title>Index configuration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.STORAGE.SECURITY.html" title="Security aspects"></link><link rel="next" href="RCL.INDEXING.CONFIG.MULTIPLE.html" title="Multiple indexes"></link><meta name="Section-title" content="Index configuration"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Extended attributes data - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.WEBQUEUE.html" title="Indexing WEB pages you wisit"></link><link rel="next" href="RCL.INDEXING.EXTTAGS.html" title="Importing external tags"></link><meta name="Section-title" content="Extended attributes data"></meta><script type="text/javascript">
|
<title>Extended attributes data - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.WEBQUEUE.html" title="Indexing WEB pages you wisit"></link><link rel="next" href="RCL.INDEXING.EXTTAGS.html" title="Importing external tags"></link><meta name="Section-title" content="Extended attributes data"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Configurations, multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INDEXING.INTRODUCTION.MODES.html" title="Indexing modes"></link><link rel="next" href="ch02s01s03.html" title="Document types"></link><meta name="Section-title" content="Configurations, multiple indexes"></meta><script type="text/javascript">
|
<title>Configurations, multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INDEXING.INTRODUCTION.MODES.html" title="Indexing modes"></link><link rel="next" href="ch02s01s03.html" title="Document types"></link><meta name="Section-title" content="Configurations, multiple indexes"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Indexing modes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.CONFIG.html" title="Configurations, multiple indexes"></link><meta name="Section-title" content="Indexing modes"></meta><script type="text/javascript">
|
<title>Indexing modes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.CONFIG.html" title="Configurations, multiple indexes"></link><meta name="Section-title" content="Indexing modes"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.html" title="Indexing"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.MODES.html" title="Indexing modes"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.html" title="Indexing"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.MODES.html" title="Indexing modes"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Slowing down the reindexing rate for fast changing files - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><link rel="prev" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><link rel="next" href="RCL.SEARCH.html" title="Searching"></link><meta name="Section-title" content="Slowing down the reindexing rate for fast changing files"></meta><script type="text/javascript">
|
<title>Slowing down the reindexing rate for fast changing files - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><link rel="prev" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><link rel="next" href="RCL.SEARCH.html" title="Searching"></link><meta name="Section-title" content="Slowing down the reindexing rate for fast changing files"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Real time indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.AUTOMAT.html" title="Using cron to automate indexing"></link><link rel="next" href="RCL.INDEXING.MONITOR.FASTFILES.html" title="Slowing down the reindexing rate for fast changing files"></link><meta name="Section-title" content="Real time indexing"></meta><script type="text/javascript">
|
<title>Real time indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.AUTOMAT.html" title="Using cron to automate indexing"></link><link rel="next" href="RCL.INDEXING.MONITOR.FASTFILES.html" title="Slowing down the reindexing rate for fast changing files"></link><meta name="Section-title" content="Real time indexing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Using cron to automate indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.EXEC.html" title="Running indexing"></link><link rel="next" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><meta name="Section-title" content="Using cron to automate indexing"></meta><script type="text/javascript">
|
<title>Using cron to automate indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.EXEC.html" title="Running indexing"></link><link rel="next" href="RCL.INDEXING.MONITOR.html" title="Real time indexing"></link><meta name="Section-title" content="Using cron to automate indexing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Running indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="next" href="RCL.INDEXING.PERIODIC.AUTOMAT.html" title="Using cron to automate indexing"></link><meta name="Section-title" content="Running indexing"></meta><script type="text/javascript">
|
<title>Running indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="prev" href="RCL.INDEXING.PERIODIC.html" title="Periodic indexing"></link><link rel="next" href="RCL.INDEXING.PERIODIC.AUTOMAT.html" title="Using cron to automate indexing"></link><meta name="Section-title" content="Running indexing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Periodic indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.EXTTAGS.html" title="Importing external tags"></link><link rel="next" href="RCL.INDEXING.PERIODIC.EXEC.html" title="Running indexing"></link><meta name="Section-title" content="Periodic indexing"></meta><script type="text/javascript">
|
<title>Periodic indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.EXTTAGS.html" title="Importing external tags"></link><link rel="next" href="RCL.INDEXING.PERIODIC.EXEC.html" title="Running indexing"></link><meta name="Section-title" content="Periodic indexing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Xapian index formats - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="prev" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="next" href="RCL.INDEXING.STORAGE.SECURITY.html" title="Security aspects"></link><meta name="Section-title" content="Xapian index formats"></meta><script type="text/javascript">
|
<title>Xapian index formats - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="prev" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="next" href="RCL.INDEXING.STORAGE.SECURITY.html" title="Security aspects"></link><meta name="Section-title" content="Xapian index formats"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Security aspects - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="prev" href="RCL.INDEXING.STORAGE.FORMAT.html" title="Xapian index formats"></link><link rel="next" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><meta name="Section-title" content="Security aspects"></meta><script type="text/javascript">
|
<title>Security aspects - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.STORAGE.html" title="Index storage"></link><link rel="prev" href="RCL.INDEXING.STORAGE.FORMAT.html" title="Xapian index formats"></link><link rel="next" href="RCL.INDEXING.CONFIG.html" title="Index configuration"></link><meta name="Section-title" content="Security aspects"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Index storage - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="ch02s01s05.html" title="Recovery"></link><link rel="next" href="RCL.INDEXING.STORAGE.FORMAT.html" title="Xapian index formats"></link><meta name="Section-title" content="Index storage"></meta><script type="text/javascript">
|
<title>Index storage - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="ch02s01s05.html" title="Recovery"></link><link rel="next" href="RCL.INDEXING.STORAGE.FORMAT.html" title="Xapian index formats"></link><meta name="Section-title" content="Index storage"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Indexing WEB pages you wisit - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.CONFIG.GUI.html" title="The index configuration GUI"></link><link rel="next" href="RCL.INDEXING.EXTATTR.html" title="Extended attributes data"></link><meta name="Section-title" content="Indexing WEB pages you wisit"></meta><script type="text/javascript">
|
<title>Indexing WEB pages you wisit - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INDEXING.html" title="Indexing"></link><link rel="prev" href="RCL.INDEXING.CONFIG.GUI.html" title="The index configuration GUI"></link><link rel="next" href="RCL.INDEXING.EXTATTR.html" title="Extended attributes data"></link><meta name="Section-title" content="Indexing WEB pages you wisit"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.INTRODUCTION.RECOLL.html" title="Recoll overview"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><meta name="Section-title" content="Indexing"></meta><script type="text/javascript">
|
<title>Indexing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.INTRODUCTION.RECOLL.html" title="Recoll overview"></link><link rel="next" href="RCL.INDEXING.INTRODUCTION.html" title="Introduction"></link><meta name="Section-title" content="Indexing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Installing a binary copy - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="next" href="RCL.INSTALL.EXTERNAL.html" title="Supporting packages"></link><meta name="Section-title" content="Installing a binary copy"></meta><script type="text/javascript">
|
<title>Installing a binary copy - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="next" href="RCL.INSTALL.EXTERNAL.html" title="Supporting packages"></link><meta name="Section-title" content="Installing a binary copy"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Building on Solaris - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><link rel="prev" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><link rel="next" href="RCL.INSTALL.BUILDING.INSTALL.html" title="Installation"></link><meta name="Section-title" content="Building on Solaris"></meta><script type="text/javascript">
|
<title>Building on Solaris - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><link rel="prev" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><link rel="next" href="RCL.INSTALL.BUILDING.INSTALL.html" title="Installation"></link><meta name="Section-title" content="Building on Solaris"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Building - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.PREREQS.html" title="Prerequisites"></link><link rel="next" href="RCL.INSTALL.BUILDING.BUILD.SOLARIS.html" title="Building on Solaris"></link><meta name="Section-title" content="Building"></meta><script type="text/javascript">
|
<title>Building - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.PREREQS.html" title="Prerequisites"></link><link rel="next" href="RCL.INSTALL.BUILDING.BUILD.SOLARIS.html" title="Building on Solaris"></link><meta name="Section-title" content="Building"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Installation - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.BUILD.SOLARIS.html" title="Building on Solaris"></link><link rel="next" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><meta name="Section-title" content="Installation"></meta><script type="text/javascript">
|
<title>Installation - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.BUILD.SOLARIS.html" title="Building on Solaris"></link><link rel="next" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><meta name="Section-title" content="Installation"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Prerequisites - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="next" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><meta name="Section-title" content="Prerequisites"></meta><script type="text/javascript">
|
<title>Prerequisites - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="prev" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><link rel="next" href="RCL.INSTALL.BUILDING.BUILD.html" title="Building"></link><meta name="Section-title" content="Prerequisites"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Building from source - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.EXTERNAL.html" title="Supporting packages"></link><link rel="next" href="RCL.INSTALL.BUILDING.PREREQS.html" title="Prerequisites"></link><meta name="Section-title" content="Building from source"></meta><script type="text/javascript">
|
<title>Building from source - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.EXTERNAL.html" title="Supporting packages"></link><link rel="next" href="RCL.INSTALL.BUILDING.PREREQS.html" title="Prerequisites"></link><meta name="Section-title" content="Building from source"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Environment variables - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><meta name="Section-title" content="Environment variables"></meta><script type="text/javascript">
|
<title>Environment variables - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><meta name="Section-title" content="Environment variables"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Adding indexing support for a new file type - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="prev" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDVIEW.html" title="Adding an external viewer for an non-indexed type"></link><meta name="Section-title" content="Adding indexing support for a new file type"></meta><script type="text/javascript">
|
<title>Adding indexing support for a new file type - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="prev" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDVIEW.html" title="Adding an external viewer for an non-indexed type"></link><meta name="Section-title" content="Adding indexing support for a new file type"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Adding an external viewer for an non-indexed type - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="prev" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDINDEX.html" title="Adding indexing support for a new file type"></link><meta name="Section-title" content="Adding an external viewer for an non-indexed type"></meta><script type="text/javascript">
|
<title>Adding an external viewer for an non-indexed type - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="prev" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDINDEX.html" title="Adding indexing support for a new file type"></link><meta name="Section-title" content="Adding an external viewer for an non-indexed type"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Examples of configuration adjustments - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.PTRANS.html" title="The ptrans file"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDVIEW.html" title="Adding an external viewer for an non-indexed type"></link><meta name="Section-title" content="Examples of configuration adjustments"></meta><script type="text/javascript">
|
<title>Examples of configuration adjustments - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.PTRANS.html" title="The ptrans file"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.ADDVIEW.html" title="Adding an external viewer for an non-indexed type"></link><meta name="Section-title" content="Examples of configuration adjustments"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Extended attributes in the fields file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><link rel="prev" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMEMAP.html" title="The mimemap file"></link><meta name="Section-title" content="Extended attributes in the fields file"></meta><script type="text/javascript">
|
<title>Extended attributes in the fields file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><link rel="prev" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMEMAP.html" title="The mimemap file"></link><meta name="Section-title" content="Extended attributes in the fields file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The fields file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.MISC.html" title="Miscellaneous parameters:"></link><link rel="next" href="RCL.INSTALL.CONFIG.FIELDS.XATTR.html" title="Extended attributes in the fields file"></link><meta name="Section-title" content="The fields file"></meta><script type="text/javascript">
|
<title>The fields file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.MISC.html" title="Miscellaneous parameters:"></link><link rel="next" href="RCL.INSTALL.CONFIG.FIELDS.XATTR.html" title="Extended attributes in the fields file"></link><meta name="Section-title" content="The fields file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The mimeconf file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMEMAP.html" title="The mimemap file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMEVIEW.html" title="The mimeview file"></link><meta name="Section-title" content="The mimeconf file"></meta><script type="text/javascript">
|
<title>The mimeconf file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMEMAP.html" title="The mimemap file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMEVIEW.html" title="The mimeview file"></link><meta name="Section-title" content="The mimeconf file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The mimemap file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.FIELDS.XATTR.html" title="Extended attributes in the fields file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMECONF.html" title="The mimeconf file"></link><meta name="Section-title" content="The mimemap file"></meta><script type="text/javascript">
|
<title>The mimemap file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.FIELDS.XATTR.html" title="Extended attributes in the fields file"></link><link rel="next" href="RCL.INSTALL.CONFIG.MIMECONF.html" title="The mimeconf file"></link><meta name="Section-title" content="The mimemap file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The mimeview file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMECONF.html" title="The mimeconf file"></link><link rel="next" href="RCL.INSTALL.CONFIG.PTRANS.html" title="The ptrans file"></link><meta name="Section-title" content="The mimeview file"></meta><script type="text/javascript">
|
<title>The mimeview file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMECONF.html" title="The mimeconf file"></link><link rel="next" href="RCL.INSTALL.CONFIG.PTRANS.html" title="The ptrans file"></link><meta name="Section-title" content="The mimeview file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The ptrans file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMEVIEW.html" title="The mimeview file"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><meta name="Section-title" content="The ptrans file"></meta><script type="text/javascript">
|
<title>The ptrans file - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.MIMEVIEW.html" title="The mimeview file"></link><link rel="next" href="RCL.INSTALL.CONFIG.EXAMPLES.html" title="Examples of configuration adjustments"></link><meta name="Section-title" content="The ptrans file"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Parameters affecting what documents we index: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.TERMS.html" title="Parameters affecting how we generate terms:"></link><meta name="Section-title" content="Parameters affecting what documents we index:"></meta><script type="text/javascript">
|
<title>Parameters affecting what documents we index: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.TERMS.html" title="Parameters affecting how we generate terms:"></link><meta name="Section-title" content="Parameters affecting what documents we index:"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Parameters affecting multithread processing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.STORAGE.html" title="Parameters affecting where and how we store things:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.MISC.html" title="Miscellaneous parameters:"></link><meta name="Section-title" content="Parameters affecting multithread processing"></meta><script type="text/javascript">
|
<title>Parameters affecting multithread processing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.STORAGE.html" title="Parameters affecting where and how we store things:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.MISC.html" title="Miscellaneous parameters:"></link><meta name="Section-title" content="Parameters affecting multithread processing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Miscellaneous parameters: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTHREADS.html" title="Parameters affecting multithread processing"></link><link rel="next" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><meta name="Section-title" content="Miscellaneous parameters:"></meta><script type="text/javascript">
|
<title>Miscellaneous parameters: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTHREADS.html" title="Parameters affecting multithread processing"></link><link rel="next" href="RCL.INSTALL.CONFIG.FIELDS.html" title="The fields file"></link><meta name="Section-title" content="Miscellaneous parameters:"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Parameters affecting where and how we store things: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.TERMS.html" title="Parameters affecting how we generate terms:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTHREADS.html" title="Parameters affecting multithread processing"></link><meta name="Section-title" content="Parameters affecting where and how we store things:"></meta><script type="text/javascript">
|
<title>Parameters affecting where and how we store things: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.TERMS.html" title="Parameters affecting how we generate terms:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.IDXTHREADS.html" title="Parameters affecting multithread processing"></link><meta name="Section-title" content="Parameters affecting where and how we store things:"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Parameters affecting how we generate terms: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.FILES.html" title="Parameters affecting what documents we index:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.STORAGE.html" title="Parameters affecting where and how we store things:"></link><meta name="Section-title" content="Parameters affecting how we generate terms:"></meta><script type="text/javascript">
|
<title>Parameters affecting how we generate terms: - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.RECOLLCONF.html" title="The main configuration file, recoll.conf"></link><link rel="prev" href="RCL.INSTALL.CONFIG.RECOLLCONF.FILES.html" title="Parameters affecting what documents we index:"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.STORAGE.html" title="Parameters affecting where and how we store things:"></link><meta name="Section-title" content="Parameters affecting how we generate terms:"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The main configuration file, recoll.conf - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.ENVIR.html" title="Environment variables"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.FILES.html" title="Parameters affecting what documents we index:"></link><meta name="Section-title" content="The main configuration file, recoll.conf"></meta><script type="text/javascript">
|
<title>The main configuration file, recoll.conf - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.CONFIG.html" title="Configuration overview"></link><link rel="prev" href="RCL.INSTALL.CONFIG.ENVIR.html" title="Environment variables"></link><link rel="next" href="RCL.INSTALL.CONFIG.RECOLLCONF.FILES.html" title="Parameters affecting what documents we index:"></link><meta name="Section-title" content="The main configuration file, recoll.conf"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Configuration overview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.BUILDING.INSTALL.html" title="Installation"></link><link rel="next" href="RCL.INSTALL.CONFIG.ENVIR.html" title="Environment variables"></link><meta name="Section-title" content="Configuration overview"></meta><script type="text/javascript">
|
<title>Configuration overview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.BUILDING.INSTALL.html" title="Installation"></link><link rel="next" href="RCL.INSTALL.CONFIG.ENVIR.html" title="Environment variables"></link><meta name="Section-title" content="Configuration overview"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Supporting packages - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.BINARY.html" title="Installing a binary copy"></link><link rel="next" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><meta name="Section-title" content="Supporting packages"></meta><script type="text/javascript">
|
<title>Supporting packages - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INSTALL.html" title="Installation and configuration"></link><link rel="prev" href="RCL.INSTALL.BINARY.html" title="Installing a binary copy"></link><link rel="next" href="RCL.INSTALL.BUILDING.html" title="Building from source"></link><meta name="Section-title" content="Supporting packages"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Installation and configuration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.COMPAT.html" title="Compatibility with the previous version"></link><link rel="next" href="RCL.INSTALL.BINARY.html" title="Installing a binary copy"></link><meta name="Section-title" content="Installation and configuration"></meta><script type="text/javascript">
|
<title>Installation and configuration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.COMPAT.html" title="Compatibility with the previous version"></link><link rel="next" href="RCL.INSTALL.BINARY.html" title="Installing a binary copy"></link><meta name="Section-title" content="Installation and configuration"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Recoll overview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.SEARCH.html" title="Full text search"></link><link rel="next" href="RCL.INDEXING.html" title="Indexing"></link><meta name="Section-title" content="Recoll overview"></meta><script type="text/javascript">
|
<title>Recoll overview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.SEARCH.html" title="Full text search"></link><link rel="next" href="RCL.INDEXING.html" title="Indexing"></link><meta name="Section-title" content="Recoll overview"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Full text search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.TRYIT.html" title="Giving it a try"></link><link rel="next" href="RCL.INTRODUCTION.RECOLL.html" title="Recoll overview"></link><meta name="Section-title" content="Full text search"></meta><script type="text/javascript">
|
<title>Full text search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.TRYIT.html" title="Giving it a try"></link><link rel="next" href="RCL.INTRODUCTION.RECOLL.html" title="Recoll overview"></link><meta name="Section-title" content="Full text search"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Giving it a try - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="next" href="RCL.INTRODUCTION.SEARCH.html" title="Full text search"></link><meta name="Section-title" content="Giving it a try"></meta><script type="text/javascript">
|
<title>Giving it a try - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="prev" href="RCL.INTRODUCTION.html" title="Introduction"></link><link rel="next" href="RCL.INTRODUCTION.SEARCH.html" title="Full text search"></link><meta name="Section-title" content="Giving it a try"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="index.html" title="Recoll user manual"></link><link rel="next" href="RCL.INTRODUCTION.TRYIT.html" title="Giving it a try"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="index.html" title="Recoll user manual"></link><link rel="next" href="RCL.INTRODUCTION.TRYIT.html" title="Giving it a try"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The KDE Kicker Recoll applet - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.DESKTOP.html" title="Desktop integration"></link><link rel="prev" href="RCL.SEARCH.SHORTCUT.html" title="Hotkeying recoll"></link><link rel="next" href="RCL.PROGRAM.html" title="Programming interface"></link><meta name="Section-title" content="The KDE Kicker Recoll applet"></meta><script type="text/javascript">
|
<title>The KDE Kicker Recoll applet - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.DESKTOP.html" title="Desktop integration"></link><link rel="prev" href="RCL.SEARCH.SHORTCUT.html" title="Hotkeying recoll"></link><link rel="next" href="RCL.PROGRAM.html" title="Programming interface"></link><meta name="Section-title" content="The KDE Kicker Recoll applet"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Interface elements - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.html" title="API"></link><link rel="prev" href="RCL.PROGRAM.API.html" title="API"></link><link rel="next" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><meta name="Section-title" content="Interface elements"></meta><script type="text/javascript">
|
<title>Interface elements - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.html" title="API"></link><link rel="prev" href="RCL.PROGRAM.API.html" title="API"></link><link rel="next" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><meta name="Section-title" content="Interface elements"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Python interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.html" title="API"></link><link rel="prev" href="RCL.PROGRAM.API.ELEMENTS.html" title="Interface elements"></link><link rel="next" href="RCL.PROGRAM.PYTHON.INTRO.html" title="Introduction"></link><meta name="Section-title" content="Python interface"></meta><script type="text/javascript">
|
<title>Python interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.html" title="API"></link><link rel="prev" href="RCL.PROGRAM.API.ELEMENTS.html" title="Interface elements"></link><link rel="next" href="RCL.PROGRAM.PYTHON.INTRO.html" title="Introduction"></link><meta name="Section-title" content="Python interface"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>API - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.FIELDS.html" title="Field data processing"></link><link rel="next" href="RCL.PROGRAM.API.ELEMENTS.html" title="Interface elements"></link><meta name="Section-title" content="API"></meta><script type="text/javascript">
|
<title>API - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.FIELDS.html" title="Field data processing"></link><link rel="next" href="RCL.PROGRAM.API.ELEMENTS.html" title="Interface elements"></link><meta name="Section-title" content="API"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Field data processing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.PAGES.html" title="Page numbers"></link><link rel="next" href="RCL.PROGRAM.API.html" title="API"></link><meta name="Section-title" content="Field data processing"></meta><script type="text/javascript">
|
<title>Field data processing - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.PAGES.html" title="Page numbers"></link><link rel="next" href="RCL.PROGRAM.API.html" title="API"></link><meta name="Section-title" content="Field data processing"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Telling Recoll about the handler - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.MULTIPLE.html" title='"Multiple" handlers'></link><link rel="next" href="RCL.PROGRAM.FILTERS.HTML.html" title="Input handler HTML output"></link><meta name="Section-title" content="Telling Recoll about the handler"></meta><script type="text/javascript">
|
<title>Telling Recoll about the handler - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.MULTIPLE.html" title='"Multiple" handlers'></link><link rel="next" href="RCL.PROGRAM.FILTERS.HTML.html" title="Input handler HTML output"></link><meta name="Section-title" content="Telling Recoll about the handler"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Input handler HTML output - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.ASSOCIATION.html" title="Telling Recoll about the handler"></link><link rel="next" href="RCL.PROGRAM.FILTERS.PAGES.html" title="Page numbers"></link><meta name="Section-title" content="Input handler HTML output"></meta><script type="text/javascript">
|
<title>Input handler HTML output - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.ASSOCIATION.html" title="Telling Recoll about the handler"></link><link rel="next" href="RCL.PROGRAM.FILTERS.PAGES.html" title="Page numbers"></link><meta name="Section-title" content="Input handler HTML output"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>"Multiple" handlers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.SIMPLE.html" title="Simple input handlers"></link><link rel="next" href="RCL.PROGRAM.FILTERS.ASSOCIATION.html" title="Telling Recoll about the handler"></link><meta name="Section-title" content='"Multiple" handlers'></meta><script type="text/javascript">
|
<title>"Multiple" handlers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.SIMPLE.html" title="Simple input handlers"></link><link rel="next" href="RCL.PROGRAM.FILTERS.ASSOCIATION.html" title="Telling Recoll about the handler"></link><meta name="Section-title" content='"Multiple" handlers'></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Page numbers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.HTML.html" title="Input handler HTML output"></link><link rel="next" href="RCL.PROGRAM.FIELDS.html" title="Field data processing"></link><meta name="Section-title" content="Page numbers"></meta><script type="text/javascript">
|
<title>Page numbers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.HTML.html" title="Input handler HTML output"></link><link rel="next" href="RCL.PROGRAM.FIELDS.html" title="Field data processing"></link><meta name="Section-title" content="Page numbers"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Simple input handlers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="next" href="RCL.PROGRAM.FILTERS.MULTIPLE.html" title='"Multiple" handlers'></link><meta name="Section-title" content="Simple input handlers"></meta><script type="text/javascript">
|
<title>Simple input handlers - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="prev" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><link rel="next" href="RCL.PROGRAM.FILTERS.MULTIPLE.html" title='"Multiple" handlers'></link><meta name="Section-title" content="Simple input handlers"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Writing a document input handler - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="next" href="RCL.PROGRAM.FILTERS.SIMPLE.html" title="Simple input handlers"></link><meta name="Section-title" content="Writing a document input handler"></meta><script type="text/javascript">
|
<title>Writing a document input handler - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="prev" href="RCL.PROGRAM.html" title="Programming interface"></link><link rel="next" href="RCL.PROGRAM.FILTERS.SIMPLE.html" title="Simple input handlers"></link><meta name="Section-title" content="Writing a document input handler"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Compatibility with the previous version - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.EXAMPLES.html" title="Example code"></link><link rel="next" href="RCL.INSTALL.html" title="Installation and configuration"></link><meta name="Section-title" content="Compatibility with the previous version"></meta><script type="text/javascript">
|
<title>Compatibility with the previous version - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.EXAMPLES.html" title="Example code"></link><link rel="next" href="RCL.INSTALL.html" title="Installation and configuration"></link><meta name="Section-title" content="Compatibility with the previous version"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Example code - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.RCLEXTRACT.html" title="The rclextract module"></link><link rel="next" href="RCL.PROGRAM.PYTHON.COMPAT.html" title="Compatibility with the previous version"></link><meta name="Section-title" content="Example code"></meta><script type="text/javascript">
|
<title>Example code - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.RCLEXTRACT.html" title="The rclextract module"></link><link rel="next" href="RCL.PROGRAM.PYTHON.COMPAT.html" title="Compatibility with the previous version"></link><meta name="Section-title" content="Example code"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="next" href="RCL.PROGRAM.PYTHON.PACKAGE.html" title="Recoll package"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
<title>Introduction - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="next" href="RCL.PROGRAM.PYTHON.PACKAGE.html" title="Recoll package"></link><meta name="Section-title" content="Introduction"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Recoll package - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.INTRO.html" title="Introduction"></link><link rel="next" href="RCL.PROGRAM.PYTHON.RECOLL.html" title="The recoll module"></link><meta name="Section-title" content="Recoll package"></meta><script type="text/javascript">
|
<title>Recoll package - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.INTRO.html" title="Introduction"></link><link rel="next" href="RCL.PROGRAM.PYTHON.RECOLL.html" title="The recoll module"></link><meta name="Section-title" content="Recoll package"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The rclextract module - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.RECOLL.html" title="The recoll module"></link><link rel="next" href="RCL.PROGRAM.PYTHON.EXAMPLES.html" title="Example code"></link><meta name="Section-title" content="The rclextract module"></meta><script type="text/javascript">
|
<title>The rclextract module - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.RECOLL.html" title="The recoll module"></link><link rel="next" href="RCL.PROGRAM.PYTHON.EXAMPLES.html" title="Example code"></link><meta name="Section-title" content="The rclextract module"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The recoll module - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.PACKAGE.html" title="Recoll package"></link><link rel="next" href="RCL.PROGRAM.PYTHON.RCLEXTRACT.html" title="The rclextract module"></link><meta name="Section-title" content="The recoll module"></meta><script type="text/javascript">
|
<title>The recoll module - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.PROGRAM.API.PYTHON.html" title="Python interface"></link><link rel="prev" href="RCL.PROGRAM.PYTHON.PACKAGE.html" title="Recoll package"></link><link rel="next" href="RCL.PROGRAM.PYTHON.RCLEXTRACT.html" title="The rclextract module"></link><meta name="Section-title" content="The recoll module"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Programming interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.SEARCH.WILDCARDS.PATH.html" title="Wildcards and path filtering"></link><link rel="next" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><meta name="Section-title" content="Programming interface"></meta><script type="text/javascript">
|
<title>Programming interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="index.html" title="Recoll user manual"></link><link rel="prev" href="RCL.SEARCH.WILDCARDS.PATH.html" title="Wildcards and path filtering"></link><link rel="next" href="RCL.PROGRAM.FILTERS.html" title="Writing a document input handler"></link><meta name="Section-title" content="Programming interface"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Anchored searches - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.ANCHORWILD.html" title="Anchored searches and wildcards"></link><link rel="prev" href="RCL.SEARCH.WILDCARDS.PATH.html" title="Wildcards and path filtering"></link><link rel="next" href="RCL.SEARCH.DESKTOP.html" title="Desktop integration"></link><meta name="Section-title" content="Anchored searches"></meta><script type="text/javascript">
|
<title>Anchored searches - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.ANCHORWILD.html" title="Anchored searches and wildcards"></link><link rel="prev" href="RCL.SEARCH.WILDCARDS.PATH.html" title="Wildcards and path filtering"></link><link rel="next" href="RCL.SEARCH.DESKTOP.html" title="Desktop integration"></link><meta name="Section-title" content="Anchored searches"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Anchored searches and wildcards - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.CASEDIAC.html" title="Search case and diacritics sensitivity"></link><link rel="next" href="RCL.SEARCH.WILDCARDS.html" title="More about wildcards"></link><meta name="Section-title" content="Anchored searches and wildcards"></meta><script type="text/javascript">
|
<title>Anchored searches and wildcards - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.CASEDIAC.html" title="Search case and diacritics sensitivity"></link><link rel="next" href="RCL.SEARCH.WILDCARDS.html" title="More about wildcards"></link><meta name="Section-title" content="Anchored searches and wildcards"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Search case and diacritics sensitivity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.LANG.MODIFIERS.html" title="Modifiers"></link><link rel="next" href="RCL.SEARCH.ANCHORWILD.html" title="Anchored searches and wildcards"></link><meta name="Section-title" content="Search case and diacritics sensitivity"></meta><script type="text/javascript">
|
<title>Search case and diacritics sensitivity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.LANG.MODIFIERS.html" title="Modifiers"></link><link rel="next" href="RCL.SEARCH.ANCHORWILD.html" title="Anchored searches and wildcards"></link><meta name="Section-title" content="Search case and diacritics sensitivity"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
@ -129,13 +129,15 @@ border: none; background: none; font-weight: none; color: none; }
|
||||||
|
|
|
|
||||||
<a accesskey="n" class="navLinkNext" tabindex="5" href="RCL.SEARCH.ANCHORWILD.html">Next</a></td></tr></table></div></div><div id="content"><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="RCL.SEARCH.CASEDIAC"></a>Search case and diacritics sensitivity</h2></div></div></div><p>For <span class="application">Recoll</span> versions 1.18 and later, and <span class="emphasis"><em>when working
|
<a accesskey="n" class="navLinkNext" tabindex="5" href="RCL.SEARCH.ANCHORWILD.html">Next</a></td></tr></table></div></div><div id="content"><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="RCL.SEARCH.CASEDIAC"></a>Search case and diacritics sensitivity</h2></div></div></div><p>For <span class="application">Recoll</span> versions 1.18 and later, and <span class="emphasis"><em>when working
|
||||||
with a raw index</em></span> (not the default), searches can be
|
with a raw index</em></span> (not the default), searches can be
|
||||||
made sensitive
|
sensitive to character case and diacritics. How this happens
|
||||||
to character case and diacritics. How this happens is controlled by
|
is controlled by configuration variables and what search data is
|
||||||
configuration variables and what search data is entered.</p><p>The general default is that searches are insensitive to case
|
entered.</p><p>The general default is that searches entered without upper-case
|
||||||
and diacritics. An entry of <code class="literal">resume</code> will match any
|
or accented characters are insensitive to case and diacritics. An
|
||||||
of <code class="literal">Resume</code>, <code class="literal">RESUME</code>,
|
entry of <code class="literal">resume</code> will match any of
|
||||||
|
<code class="literal">Resume</code>, <code class="literal">RESUME</code>,
|
||||||
<code class="literal">résumé</code>, <code class="literal">Résumé</code> etc.</p><p>Two configuration variables can automate switching on
|
<code class="literal">résumé</code>, <code class="literal">Résumé</code> etc.</p><p>Two configuration variables can automate switching on
|
||||||
sensitivity:</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">autodiacsens</span></dt><dd><p>If this is set, search
|
sensitivity (they were documented but actually did nothing until
|
||||||
|
<span class="application">Recoll</span> 1.22):</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">autodiacsens</span></dt><dd><p>If this is set, search
|
||||||
sensitivity to diacritics will be turned on as soon as an
|
sensitivity to diacritics will be turned on as soon as an
|
||||||
accented character exists in a search term. When the variable
|
accented character exists in a search term. When the variable
|
||||||
is set to true, <code class="literal">resume</code> will start a
|
is set to true, <code class="literal">resume</code> will start a
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Searching on the command line - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.KIO.SEARCHABLEDOCS.html" title="Searchable documents"></link><link rel="next" href="RCL.SEARCH.SYNONYMS.html" title="Using Synonyms (Recoll 1.22 and later)"></link><meta name="Section-title" content="Searching on the command line"></meta><script type="text/javascript">
|
<title>Searching on the command line - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.KIO.SEARCHABLEDOCS.html" title="Searchable documents"></link><link rel="next" href="RCL.SEARCH.SYNONYMS.html" title="Using Synonyms (Recoll 1.22 and later)"></link><meta name="Section-title" content="Searching on the command line"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Desktop integration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.ANCHOR.html" title="Anchored searches"></link><link rel="next" href="RCL.SEARCH.SHORTCUT.html" title="Hotkeying recoll"></link><meta name="Section-title" content="Desktop integration"></meta><script type="text/javascript">
|
<title>Desktop integration - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.ANCHOR.html" title="Anchored searches"></link><link rel="next" href="RCL.SEARCH.SHORTCUT.html" title="Hotkeying recoll"></link><meta name="Section-title" content="Desktop integration"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Avanced search: the "filter" tab - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.TERMS.html" title='Avanced search: the "find" tab'></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.HISTORY.html" title="Avanced search history"></link><meta name="Section-title" content='Avanced search: the "filter" tab'></meta><script type="text/javascript">
|
<title>Avanced search: the "filter" tab - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.TERMS.html" title='Avanced search: the "find" tab'></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.HISTORY.html" title="Avanced search history"></link><meta name="Section-title" content='Avanced search: the "filter" tab'></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Avanced search history - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.FILTER.html" title='Avanced search: the "filter" tab'></link><link rel="next" href="RCL.SEARCH.GUI.TERMEXPLORER.html" title="The term explorer tool"></link><meta name="Section-title" content="Avanced search history"></meta><script type="text/javascript">
|
<title>Avanced search history - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.FILTER.html" title='Avanced search: the "filter" tab'></link><link rel="next" href="RCL.SEARCH.GUI.TERMEXPLORER.html" title="The term explorer tool"></link><meta name="Section-title" content="Avanced search history"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Avanced search: the "find" tab - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.FILTER.html" title='Avanced search: the "filter" tab'></link><meta name="Section-title" content='Avanced search: the "find" tab'></meta><script type="text/javascript">
|
<title>Avanced search: the "find" tab - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.FILTER.html" title='Avanced search: the "filter" tab'></link><meta name="Section-title" content='Avanced search: the "find" tab'></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Complex/advanced search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.FRAGBUTS.html" title="The Query Fragments window"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.TERMS.html" title='Avanced search: the "find" tab'></link><meta name="Section-title" content="Complex/advanced search"></meta><script type="text/javascript">
|
<title>Complex/advanced search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.FRAGBUTS.html" title="The Query Fragments window"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.TERMS.html" title='Avanced search: the "find" tab'></link><meta name="Section-title" content="Complex/advanced search"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The result list format - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.CUSTOM.html" title="Customizing the search interface"></link><link rel="prev" href="RCL.SEARCH.GUI.CUSTOM.html" title="Customizing the search interface"></link><link rel="next" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><meta name="Section-title" content="The result list format"></meta><script type="text/javascript">
|
<title>The result list format - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.CUSTOM.html" title="Customizing the search interface"></link><link rel="prev" href="RCL.SEARCH.GUI.CUSTOM.html" title="Customizing the search interface"></link><link rel="next" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><meta name="Section-title" content="The result list format"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Customizing the search interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.SAVING.html" title="Saving and restoring queries (1.21 and later)"></link><link rel="next" href="RCL.SEARCH.GUI.CUSTOM.RESLIST.html" title="The result list format"></link><meta name="Section-title" content="Customizing the search interface"></meta><script type="text/javascript">
|
<title>Customizing the search interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.SAVING.html" title="Saving and restoring queries (1.21 and later)"></link><link rel="next" href="RCL.SEARCH.GUI.CUSTOM.RESLIST.html" title="The result list format"></link><meta name="Section-title" content="Customizing the search interface"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The Query Fragments window - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.PREVIEW.SEARCH.html" title="Searching inside the preview"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><meta name="Section-title" content="The Query Fragments window"></meta><script type="text/javascript">
|
<title>The Query Fragments window - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.PREVIEW.SEARCH.html" title="Searching inside the preview"></link><link rel="next" href="RCL.SEARCH.GUI.COMPLEX.html" title="Complex/advanced search"></link><meta name="Section-title" content="The Query Fragments window"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Document history - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.MULTIDB.html" title="Multiple indexes"></link><link rel="next" href="RCL.SEARCH.GUI.SORT.html" title="Sorting search results and collapsing duplicates"></link><meta name="Section-title" content="Document history"></meta><script type="text/javascript">
|
<title>Document history - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.MULTIDB.html" title="Multiple indexes"></link><link rel="next" href="RCL.SEARCH.GUI.SORT.html" title="Sorting search results and collapsing duplicates"></link><meta name="Section-title" content="Document history"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.TERMEXPLORER.html" title="The term explorer tool"></link><link rel="next" href="RCL.SEARCH.GUI.HISTORY.html" title="Document history"></link><meta name="Section-title" content="Multiple indexes"></meta><script type="text/javascript">
|
<title>Multiple indexes - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.TERMEXPLORER.html" title="The term explorer tool"></link><link rel="next" href="RCL.SEARCH.GUI.HISTORY.html" title="Document history"></link><meta name="Section-title" content="Multiple indexes"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Searching inside the preview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><link rel="prev" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><link rel="next" href="RCL.SEARCH.GUI.FRAGBUTS.html" title="The Query Fragments window"></link><meta name="Section-title" content="Searching inside the preview"></meta><script type="text/javascript">
|
<title>Searching inside the preview - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><link rel="prev" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><link rel="next" href="RCL.SEARCH.GUI.FRAGBUTS.html" title="The Query Fragments window"></link><meta name="Section-title" content="Searching inside the preview"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The preview window - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.THUMBNAILS.html" title="Displaying thumbnails"></link><link rel="next" href="RCL.SEARCH.GUI.PREVIEW.SEARCH.html" title="Searching inside the preview"></link><meta name="Section-title" content="The preview window"></meta><script type="text/javascript">
|
<title>The preview window - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.THUMBNAILS.html" title="Displaying thumbnails"></link><link rel="next" href="RCL.SEARCH.GUI.PREVIEW.SEARCH.html" title="Searching inside the preview"></link><meta name="Section-title" content="The preview window"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>No results: the spelling suggestions - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="prev" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="next" href="RCL.SEARCH.GUI.RESULTLIST.MENU.html" title="The result list right-click menu"></link><meta name="Section-title" content="No results: the spelling suggestions"></meta><script type="text/javascript">
|
<title>No results: the spelling suggestions - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="prev" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="next" href="RCL.SEARCH.GUI.RESULTLIST.MENU.html" title="The result list right-click menu"></link><meta name="Section-title" content="No results: the spelling suggestions"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The default result list - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.SIMPLE.html" title="Simple search"></link><link rel="next" href="RCL.SEARCH.GUI.RESLIST.SUGGS.html" title="No results: the spelling suggestions"></link><meta name="Section-title" content="The default result list"></meta><script type="text/javascript">
|
<title>The default result list - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.SIMPLE.html" title="Simple search"></link><link rel="next" href="RCL.SEARCH.GUI.RESLIST.SUGGS.html" title="No results: the spelling suggestions"></link><meta name="Section-title" content="The default result list"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The result table - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RESULTLIST.MENU.html" title="The result list right-click menu"></link><link rel="next" href="RCL.SEARCH.GUI.RUNSCRIPT.html" title="Running arbitrary commands on result files (1.20 and later)"></link><meta name="Section-title" content="The result table"></meta><script type="text/javascript">
|
<title>The result table - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RESULTLIST.MENU.html" title="The result list right-click menu"></link><link rel="next" href="RCL.SEARCH.GUI.RUNSCRIPT.html" title="Running arbitrary commands on result files (1.20 and later)"></link><meta name="Section-title" content="The result table"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The result list right-click menu - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="prev" href="RCL.SEARCH.GUI.RESLIST.SUGGS.html" title="No results: the spelling suggestions"></link><link rel="next" href="RCL.SEARCH.GUI.RESTABLE.html" title="The result table"></link><meta name="Section-title" content="The result list right-click menu"></meta><script type="text/javascript">
|
<title>The result list right-click menu - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><link rel="prev" href="RCL.SEARCH.GUI.RESLIST.SUGGS.html" title="No results: the spelling suggestions"></link><link rel="next" href="RCL.SEARCH.GUI.RESTABLE.html" title="The result table"></link><meta name="Section-title" content="The result list right-click menu"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Running arbitrary commands on result files (1.20 and later) - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RESTABLE.html" title="The result table"></link><link rel="next" href="RCL.SEARCH.GUI.THUMBNAILS.html" title="Displaying thumbnails"></link><meta name="Section-title" content="Running arbitrary commands on result files (1.20 and later)"></meta><script type="text/javascript">
|
<title>Running arbitrary commands on result files (1.20 and later) - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RESTABLE.html" title="The result table"></link><link rel="next" href="RCL.SEARCH.GUI.THUMBNAILS.html" title="Displaying thumbnails"></link><meta name="Section-title" content="Running arbitrary commands on result files (1.20 and later)"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Simple search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="next" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><meta name="Section-title" content="Simple search"></meta><script type="text/javascript">
|
<title>Simple search - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="next" href="RCL.SEARCH.GUI.RESLIST.html" title="The default result list"></link><meta name="Section-title" content="Simple search"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Sorting search results and collapsing duplicates - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.HISTORY.html" title="Document history"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><meta name="Section-title" content="Sorting search results and collapsing duplicates"></meta><script type="text/javascript">
|
<title>Sorting search results and collapsing duplicates - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.HISTORY.html" title="Document history"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><meta name="Section-title" content="Sorting search results and collapsing duplicates"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>The term explorer tool - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.HISTORY.html" title="Avanced search history"></link><link rel="next" href="RCL.SEARCH.GUI.MULTIDB.html" title="Multiple indexes"></link><meta name="Section-title" content="The term explorer tool"></meta><script type="text/javascript">
|
<title>The term explorer tool - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.COMPLEX.HISTORY.html" title="Avanced search history"></link><link rel="next" href="RCL.SEARCH.GUI.MULTIDB.html" title="Multiple indexes"></link><meta name="Section-title" content="The term explorer tool"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Displaying thumbnails - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RUNSCRIPT.html" title="Running arbitrary commands on result files (1.20 and later)"></link><link rel="next" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><meta name="Section-title" content="Displaying thumbnails"></meta><script type="text/javascript">
|
<title>Displaying thumbnails - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.RUNSCRIPT.html" title="Running arbitrary commands on result files (1.20 and later)"></link><link rel="next" href="RCL.SEARCH.GUI.PREVIEW.html" title="The preview window"></link><meta name="Section-title" content="Displaying thumbnails"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Others - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.PHRASES.html" title="Working with phrases and proximity"></link><link rel="next" href="RCL.SEARCH.SAVING.html" title="Saving and restoring queries (1.21 and later)"></link><meta name="Section-title" content="Others"></meta><script type="text/javascript">
|
<title>Others - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.PHRASES.html" title="Working with phrases and proximity"></link><link rel="next" href="RCL.SEARCH.SAVING.html" title="Saving and restoring queries (1.21 and later)"></link><meta name="Section-title" content="Others"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Working with phrases and proximity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.TERMS.html" title="Terms and search expansion"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.MISC.html" title="Others"></link><meta name="Section-title" content="Working with phrases and proximity"></meta><script type="text/javascript">
|
<title>Working with phrases and proximity - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.TERMS.html" title="Terms and search expansion"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.MISC.html" title="Others"></link><meta name="Section-title" content="Working with phrases and proximity"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Terms and search expansion - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.PHRASES.html" title="Working with phrases and proximity"></link><meta name="Section-title" content="Terms and search expansion"></meta><script type="text/javascript">
|
<title>Terms and search expansion - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="prev" href="RCL.SEARCH.GUI.TIPS.html" title="Search tips, shortcuts"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.PHRASES.html" title="Working with phrases and proximity"></link><meta name="Section-title" content="Terms and search expansion"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Search tips, shortcuts - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.SORT.html" title="Sorting search results and collapsing duplicates"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.TERMS.html" title="Terms and search expansion"></link><meta name="Section-title" content="Search tips, shortcuts"></meta><script type="text/javascript">
|
<title>Search tips, shortcuts - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.GUI.html" title="Searching with the Qt graphical user interface"></link><link rel="prev" href="RCL.SEARCH.GUI.SORT.html" title="Sorting search results and collapsing duplicates"></link><link rel="next" href="RCL.SEARCH.GUI.TIPS.TERMS.html" title="Terms and search expansion"></link><meta name="Section-title" content="Search tips, shortcuts"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Searching with the Qt graphical user interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.html" title="Searching"></link><link rel="next" href="RCL.SEARCH.GUI.SIMPLE.html" title="Simple search"></link><meta name="Section-title" content="Searching with the Qt graphical user interface"></meta><script type="text/javascript">
|
<title>Searching with the Qt graphical user interface - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.html" title="Searching"></link><link rel="prev" href="RCL.SEARCH.html" title="Searching"></link><link rel="next" href="RCL.SEARCH.GUI.SIMPLE.html" title="Simple search"></link><meta name="Section-title" content="Searching with the Qt graphical user interface"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>What's this - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="prev" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="next" href="RCL.SEARCH.KIO.SEARCHABLEDOCS.html" title="Searchable documents"></link><meta name="Section-title" content="What's this"></meta><script type="text/javascript">
|
<title>What's this - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="prev" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="next" href="RCL.SEARCH.KIO.SEARCHABLEDOCS.html" title="Searchable documents"></link><meta name="Section-title" content="What's this"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
|
||||||
<title>Searchable documents - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="prev" href="RCL.SEARCH.KIO.INTRO.html" title="What's this"></link><link rel="next" href="RCL.SEARCH.COMMANDLINE.html" title="Searching on the command line"></link><meta name="Section-title" content="Searchable documents"></meta><script type="text/javascript">
|
<title>Searchable documents - - Recoll user manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"></meta><link rel="home" href="index.html" title="Recoll user manual"></link><link rel="up" href="RCL.SEARCH.KIO.html" title="Searching with the KDE KIO slave"></link><link rel="prev" href="RCL.SEARCH.KIO.INTRO.html" title="What's this"></link><link rel="next" href="RCL.SEARCH.COMMANDLINE.html" title="Searching on the command line"></link><meta name="Section-title" content="Searchable documents"></meta><script type="text/javascript">
|
||||||
//The id for tree cookie
|
//The id for tree cookie
|
||||||
var treeCookieId = "treeview-7598";
|
var treeCookieId = "treeview-7677";
|
||||||
var language = "en";
|
var language = "en";
|
||||||
var w = new Object();
|
var w = new Object();
|
||||||
//Localization
|
//Localization
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue