[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 07:05:30 CET 2015


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

--- Comment #47 from Peter Zhao <peterzhaonj at 163.com> ---
(In reply to Robin Sheat from comment #46)
> 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.


-----------
$ curl -XGET 'http://localhost:9200/koha_biblios/_search?pretty=1' {
  "error" : "IndexMissingException[[koha_biblios] missing]",
  "status" : 404
}
----------
$ /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d
Indexing biblios
1
-----------------
I just catalogued one record to try. But it always stay there.
I think it cannot finish to build the index. How to handle this problem?

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


More information about the Koha-bugs mailing list