9 Mar
2015
9 Mar
'15
11:15 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #48 from Robin Sheat <robin@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.