Bug 23137: Add documentation
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
f6913e74c3
commit
8cd362a422
1 changed files with 15 additions and 0 deletions
15
debian/docs/koha-elasticsearch.xml
vendored
15
debian/docs/koha-elasticsearch.xml
vendored
|
@ -30,6 +30,8 @@
|
|||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>koha-elasticsearch --rebuild</command>
|
||||
<arg>-d|--delete</arg>
|
||||
<arg>-r|--reset</arg>
|
||||
<arg>-b|--biblios</arg>
|
||||
<arg>-a|--authorities</arg>
|
||||
<arg>-v|--verbose</arg>
|
||||
|
@ -55,6 +57,19 @@
|
|||
|
||||
<refsect1><title>Options</title>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><option>-d</option></term>
|
||||
<listitem>
|
||||
<para>In conjunction with <option>--rebuild</option>, it deletes existing indexes before reindexing.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-r</option></term>
|
||||
<listitem>
|
||||
<para>In conjunction with <option>--rebuild</option>, it reloads the settings from the Elasticsearch
|
||||
files set in koha-conf.xml . This option implies delete.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-a</option></term>
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue