http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #44 from Peter Zhao <peterzhaonj@163.com> --- (In reply to Robin Sheat from comment #43)
(In reply to Peter Zhao from comment #42)
It is a great job! Thanks a lot. I tried to install a ES. It seems to index the biblio. But I can't search the record."No results found!" I can find the record by Zebra. koha@koha:~$ /home/koha/kohaclone/misc/search_tools/rebuild_elastic_search.pl -v -d Indexing biblios 1
Could you give some advice?
There's not really enough info to go on there. I'd start by looking in the logs. Many operations should be filling them full of search traces and so on, so that might have useful things in it.
Have you followed the steps in here: http://wiki.koha-community.org/wiki/Elasticsearch in particular, adding the mapping SQL file into the database.
I followed the steps in "http://wiki.koha-community.org/wiki/Elasticsearch",and also added the mapping SQL file into the database. I useed Ubuntu 14.10 to install the ES Koha. The following is the information of elasticsearch log file. [2015-03-06 12:27:18,359][INFO ][node ] [koha] version[1.3.7], pid[3448], build[3042293/2014-12-16T13:59:32Z] [2015-03-06 12:27:18,360][INFO ][node ] [koha] initializing ... [2015-03-06 12:27:18,367][INFO ][plugins ] [koha] loaded [], sites [] [2015-03-06 12:27:23,291][INFO ][node ] [koha] initialized [2015-03-06 12:27:23,292][INFO ][node ] [koha] starting ... [2015-03-06 12:27:23,476][INFO ][transport ] [koha] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/192.168.1.3:9300]} [2015-03-06 12:27:23,532][INFO ][discovery ] [koha] koha/yPYdtMzrTtucBGGFgGYAnw [2015-03-06 12:27:26,588][INFO ][cluster.service ] [koha] new_master [koha][yPYdtMzrTtucBGGFgGYAnw][koha][inet[/192.168.1.3:9300]], reason: zen-disco-join (elected_as_master) [2015-03-06 12:27:26,644][INFO ][http ] [koha] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/192.168.1.3:9200]} [2015-03-06 12:27:26,649][INFO ][node ] [koha] started [2015-03-06 12:27:26,728][INFO ][gateway ] [koha] recovered [0] indices into cluster_state [2015-03-06 12:28:45,881][INFO ][cluster.metadata ] [koha] [koha_biblios] creating index, cause [api], shards [5]/[1], mappings [data] [2015-03-06 12:28:46,740][INFO ][cluster.metadata ] [koha] [koha_biblios] deleting index [2015-03-06 12:29:35,050][INFO ][cluster.metadata ] [koha] [koha_biblios] creating index, cause [api], shards [5]/[1], mappings [] [2015-03-06 12:31:41,222][INFO ][node ] [koha] stopping ... [2015-03-06 12:31:41,338][INFO ][node ] [koha] stopped [2015-03-06 12:31:41,339][INFO ][node ] [koha] closing ... [2015-03-06 12:31:41,352][INFO ][node ] [koha] closed -- You are receiving this mail because: You are watching all bug changes.