Bug 17851: Add elasticsearch config to koha-conf.xml
Missing installer for debian packages.
Sponsored-by: Koha-Suomi Oy
Signed-off-by: Johanna Raisa <johanna.raisa@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
<server>localhost:9200</server><!-- may be repeated to include all servers on your cluster -->
<index_name>koha___KOHASITE__</index_name><!-- should be unique amongst all the indices on your cluster. _biblios and _authorities will be appended. -->
</elasticsearch>
<!-- Uncomment the following line if you want to override the Elasticsearch default index settings -->