[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 25 08:18:02 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478

--- Comment #4 from Robin Sheat <robin at catalyst.net.nz> ---
This won't work straight off, to make it work you need to:
* set the system preference 'SearchEngine' to 'Elasticsearch'
* load installer/data/mysql/elasticsearch_mapping.sql into your database
* add something like:

 <elasticsearch>
     <server>es-server:9200</server>
     <index_name>koha_instance</index_name>
 </elasticsearch>

to the config section of koha-conf.xml

Perhaps some other things I forgot.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list