Bug 19465: Document koha-create --elasticsearch-server option switch
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 13 Oct 2017 19:04:40 +0000 (16:04 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 23 Dec 2019 11:29:58 +0000 (11:29 +0000)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

debian/docs/koha-create.xml

index 795d3d0..c5be386 100644 (file)
@@ -29,6 +29,7 @@
       <arg><option>--zebralang</option> en|es|fr|gr|nb|ru|uk</arg>
       <arg><option>--memcached-servers</option> server:port</arg>
       <arg><option>--memcached-prefix</option> namespace_prefix</arg>
+      <arg><option>--elasticsearch-server</option> server:port</arg>
       <arg><option>--defaultsql</option> /path/to/some.sql</arg>
       <arg><option>--configfile</option> /path/to/config</arg>
       <arg><option>--passwdfile</option> /path/to/passwd</arg>
     </varlistentry>
 
     <varlistentry>
+      <term><option>--elasticsearch-server</option></term>
+      <listitem>
+        <para>Specifiy a <option>server:port</option> Elasticsearch server configuration. It defaults to <option>localhost:9200</option>.</para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term><option>--enable-sru</option></term>
       <listitem>
         <para>Enable the Z39.50/SRU server for the created instance.</para>