View | Details | Raw Unified | Return to bug 26260
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (-1 / +3 lines)
Lines 358-363 __END_SRU_PUBLICSERVER__ Link Here
358
 <elasticsearch>
358
 <elasticsearch>
359
     <server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster -->
359
     <server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster -->
360
     <index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. -->
360
     <index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. -->
361
362
     <!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool -->
363
     <cxn_pool>Static</cxn_pool>
361
 </elasticsearch>
364
 </elasticsearch>
362
 <!-- Uncomment the following line if you want to override the Elasticsearch default index settings -->
365
 <!-- Uncomment the following line if you want to override the Elasticsearch default index settings -->
363
 <!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> -->
366
 <!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> -->
364
- 

Return to bug 26260