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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 9 23:15:54 CET 2015


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

--- Comment #48 from Robin Sheat <robin at catalyst.net.nz> ---
404 means there is no index with that name, you need to verify that the index
name that you're providing is correct. You can do that with:

curl 'koha-es:9200/_cat/indices?v'

It is possible that there's a bug that if there aren't enough records to
commit, nothing happens. I haven't tested that case yet. Try setting the commit
option to the rebuild to '1'

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


More information about the Koha-bugs mailing list