Lines 350-355
__END_SRU_PUBLICSERVER__
Link Here
|
350 |
<server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster --> |
350 |
<server>__ELASTICSEARCH_SERVER__</server> <!-- may be repeated to include all servers on your cluster --> |
351 |
<index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. --> |
351 |
<index_name>koha___KOHASITE__</index_name> <!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. --> |
352 |
|
352 |
|
|
|
353 |
<!-- If you are using authentication, you will also need to use HTTPS. Uncomment and tweak the following for your ES setup. --> |
354 |
<!-- NOTE: instead of userinfo, you can alternatively provide the username and password in URL in the server element --> |
355 |
<!-- |
356 |
<userinfo>elastic:CHANGEME</userinfo> |
357 |
<use_https>1</use_https> |
358 |
--> |
359 |
|
353 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool --> |
360 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#cxn_pool --> |
354 |
<cxn_pool>Static</cxn_pool> |
361 |
<cxn_pool>Static</cxn_pool> |
355 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to --> |
362 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to --> |