[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 02:17:48 CET 2015


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

--- Comment #46 from Robin Sheat <robin at catalyst.net.nz> ---
It might be useful to ensure that they indexed right, you can do this:

curl -XGET 'http://localhost:9200/koha_biblios/_search?pretty=1' 

where 'koha_biblios' is whatever your index is called. This'll give you a dump
of everything in the index.

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


More information about the Koha-bugs mailing list