Lines 30-35
Link Here
|
30 |
<refsynopsisdiv> |
30 |
<refsynopsisdiv> |
31 |
<cmdsynopsis> |
31 |
<cmdsynopsis> |
32 |
<command>koha-elasticsearch --rebuild</command> |
32 |
<command>koha-elasticsearch --rebuild</command> |
|
|
33 |
<arg>-d|--delete</arg> |
34 |
<arg>-r|--reset</arg> |
33 |
<arg>-b|--biblios</arg> |
35 |
<arg>-b|--biblios</arg> |
34 |
<arg>-a|--authorities</arg> |
36 |
<arg>-a|--authorities</arg> |
35 |
<arg>-v|--verbose</arg> |
37 |
<arg>-v|--verbose</arg> |
Lines 55-60
Link Here
|
55 |
|
57 |
|
56 |
<refsect1><title>Options</title> |
58 |
<refsect1><title>Options</title> |
57 |
<variablelist> |
59 |
<variablelist> |
|
|
60 |
<varlistentry> |
61 |
<term><option>-d</option></term> |
62 |
<listitem> |
63 |
<para>In conjunction with <option>--rebuild</option>, it deletes existing indexes before reindexing.</para> |
64 |
</listitem> |
65 |
</varlistentry> |
66 |
<varlistentry> |
67 |
<term><option>-r</option></term> |
68 |
<listitem> |
69 |
<para>In conjunction with <option>--rebuild</option>, it reloads the settings from the Elasticsearch |
70 |
files set in koha-conf.xml . This option implies delete.</para> |
71 |
</listitem> |
72 |
</varlistentry> |
58 |
<varlistentry> |
73 |
<varlistentry> |
59 |
<term><option>-a</option></term> |
74 |
<term><option>-a</option></term> |
60 |
<listitem> |
75 |
<listitem> |
61 |
- |
|
|