This commit is contained in:
Jean-Francois Dockes 2016-05-23 09:32:22 +02:00
parent cb295b059e
commit 2dc7984351
2 changed files with 25 additions and 11 deletions

View File

@ -20,8 +20,8 @@ alink="#0000FF">
<div class="titlepage">
<div>
<div>
<h1 class="title"><a name="idp32434768" id=
"idp32434768"></a>Recoll user manual</h1>
<h1 class="title"><a name="idp37043056" id=
"idp37043056"></a>Recoll user manual</h1>
</div>
<div>
@ -109,13 +109,13 @@ alink="#0000FF">
multiple indexes</a></span></dt>
<dt><span class="sect2">2.1.3. <a href=
"#idp38000656">Document types</a></span></dt>
"#idp42671856">Document types</a></span></dt>
<dt><span class="sect2">2.1.4. <a href=
"#idp38020336">Indexing failures</a></span></dt>
"#idp42691536">Indexing failures</a></span></dt>
<dt><span class="sect2">2.1.5. <a href=
"#idp38027792">Recovery</a></span></dt>
"#idp42698992">Recovery</a></span></dt>
</dl>
</dd>
@ -981,8 +981,8 @@ alink="#0000FF">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="idp38000656" id=
"idp38000656"></a>2.1.3.&nbsp;Document types</h3>
<h3 class="title"><a name="idp42671856" id=
"idp42671856"></a>2.1.3.&nbsp;Document types</h3>
</div>
</div>
</div>
@ -1075,8 +1075,8 @@ indexedmimetypes = application/pdf
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="idp38020336" id=
"idp38020336"></a>2.1.4.&nbsp;Indexing
<h3 class="title"><a name="idp42691536" id=
"idp42691536"></a>2.1.4.&nbsp;Indexing
failures</h3>
</div>
</div>
@ -1116,8 +1116,8 @@ indexedmimetypes = application/pdf
<div class="titlepage">
<div>
<div>
<h3 class="title"><a name="idp38027792" id=
"idp38027792"></a>2.1.5.&nbsp;Recovery</h3>
<h3 class="title"><a name="idp42698992" id=
"idp42698992"></a>2.1.5.&nbsp;Recovery</h3>
</div>
</div>
</div>
@ -1697,6 +1697,16 @@ metadatacmds = ; tags = tmsu tags %f
</pre>
<div class="note" style=
"margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Note</h3>
<p>This is just an example. Depending on the <span class=
"application">tmsu</span> version, you may need/want to
add options like <code class=
"literal">--database=/some/db</code>.</p>
</div>
<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>

View File

@ -943,6 +943,10 @@ indexedmimetypes = application/pdf
metadatacmds = ; tags = tmsu tags %f
</programlisting>
<note><para>Depending on the <application>tmsu</application> version,
you may need/want to add options like
<literal>--database=/some/db</literal>.</para></note>
<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>