|
a/src/doc/user/recoll.conf.xml |
|
b/src/doc/user/recoll.conf.xml |
|
... |
|
... |
469 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.DAEMLOGFILENAME">
|
469 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.DAEMLOGFILENAME">
|
470 |
<term><varname>daemlogfilename</varname></term>
|
470 |
<term><varname>daemlogfilename</varname></term>
|
471 |
<listitem><para>Override logfilename for the indexer in real time
|
471 |
<listitem><para>Override logfilename for the indexer in real time
|
472 |
mode. The default is to use the idx... values if set, else
|
472 |
mode. The default is to use the idx... values if set, else
|
473 |
the log... values.</para></listitem></varlistentry>
|
473 |
the log... values.</para></listitem></varlistentry>
|
|
|
474 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.ORGIDXCONFDIR">
|
|
|
475 |
<term><varname>orgidxconfdir</varname></term>
|
|
|
476 |
<listitem><para>Original location of the configuration directory. This is used exclusively for movable datasets. Locating the
|
|
|
477 |
configuration directory inside the directory tree makes it possible to
|
|
|
478 |
provide automatic query time path translations once the data set has
|
|
|
479 |
moved (for example, because it has been mounted on another
|
|
|
480 |
location).</para></listitem></varlistentry>
|
|
|
481 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.CURIDXCONFDIR">
|
|
|
482 |
<term><varname>curidxconfdir</varname></term>
|
|
|
483 |
<listitem><para>Current location of the configuration directory. Complement orgidxconfdir for movable datasets. This should be used
|
|
|
484 |
if the configuration directory has been copied from the dataset to
|
|
|
485 |
another location, either because the dataset is readonly and an r/w copy
|
|
|
486 |
is desired, or for performance reasons. This records the original moved
|
|
|
487 |
location before copy, to allow path translation computations. For
|
|
|
488 |
example if a dataset originally indexed as '/home/me/mydata/config' has
|
|
|
489 |
been mounted to '/media/me/mydata', and the GUI is running from a copied
|
|
|
490 |
configuration, orgidxconfdir would be '/home/me/mydata/config', and
|
|
|
491 |
curidxconfdir (as set in the copied configuration) would be
|
|
|
492 |
'/media/me/mydata/config'.</para></listitem></varlistentry>
|
474 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.IDXRUNDIR">
|
493 |
<varlistentry id="RCL.INSTALL.CONFIG.RECOLLCONF.IDXRUNDIR">
|
475 |
<term><varname>idxrundir</varname></term>
|
494 |
<term><varname>idxrundir</varname></term>
|
476 |
<listitem><para>Indexing process current directory. The input
|
495 |
<listitem><para>Indexing process current directory. The input
|
477 |
handlers sometimes leave temporary files in the current directory, so it
|
496 |
handlers sometimes leave temporary files in the current directory, so it
|
478 |
makes sense to have recollindex chdir to some temporary directory. If the
|
497 |
makes sense to have recollindex chdir to some temporary directory. If the
|