http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478
--- Comment #48 from Robin Sheat <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
