25 Jun
2014
25 Jun
'14
8:18 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #4 from Robin Sheat <robin@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.