|
Lines 29-34
Link Here
|
| 29 |
<arg><option>--zebralang</option> en|es|fr|gr|nb|ru|uk</arg> |
29 |
<arg><option>--zebralang</option> en|es|fr|gr|nb|ru|uk</arg> |
| 30 |
<arg><option>--memcached-servers</option> server:port</arg> |
30 |
<arg><option>--memcached-servers</option> server:port</arg> |
| 31 |
<arg><option>--memcached-prefix</option> namespace_prefix</arg> |
31 |
<arg><option>--memcached-prefix</option> namespace_prefix</arg> |
|
|
32 |
<arg><option>--elasticsearch-server</option> server:port</arg> |
| 32 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
33 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
| 33 |
<arg><option>--configfile</option> /path/to/config</arg> |
34 |
<arg><option>--configfile</option> /path/to/config</arg> |
| 34 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
35 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
|
Lines 150-155
Link Here
|
| 150 |
</varlistentry> |
151 |
</varlistentry> |
| 151 |
|
152 |
|
| 152 |
<varlistentry> |
153 |
<varlistentry> |
|
|
154 |
<term><option>--elasticsearch-server</option></term> |
| 155 |
<listitem> |
| 156 |
<para>Specifiy a <option>server:port</option> Elasticsearch server configuration. It defaults to <option>localhost:9200</option>.</para> |
| 157 |
</listitem> |
| 158 |
</varlistentry> |
| 159 |
|
| 160 |
<varlistentry> |
| 153 |
<term><option>--enable-sru</option></term> |
161 |
<term><option>--enable-sru</option></term> |
| 154 |
<listitem> |
162 |
<listitem> |
| 155 |
<para>Enable the Z39.50/SRU server for the created instance.</para> |
163 |
<para>Enable the Z39.50/SRU server for the created instance.</para> |
| 156 |
- |
|
|