[Koha-bugs] [Bug 12478] Elasticsearch support for Koha

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 1 04:06:55 CEST 2015


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

--- Comment #94 from Peter Zhao <peterzhaonj at 163.com> ---
(In reply to Robin Sheat from comment #93)
> (In reply to Peter Zhao from comment #92)
> > I'v install a ES Koha.
> > Index works well and ES server can search records, but the Opac cannot
> > search. 
> 
> Can you provide more detail? Comment #80, at the bottom, shows how to debug
> the traces between ES and Koha. This will tell you what search request is
> actually being made.

koha-opac-error_log shows:

[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] # Request to:
http://localhost:9200, referer: http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] curl -XHEAD
'http://localhost:9200/koha_biblios?pretty=1', referer: http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] , referer:
http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] # Response: 200, Took: 14
ms, referer: http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] # 1, referer:
http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] [Tue Sep  1 10:03:30
2015] opac-search.pl: [Serializer] ** encountered object '1', but neither
allow_blessed nor convert_blessed settings are enabled at
/usr/local/share/perl/5.14.2/Search/Elasticsearch/Role/Serializer/JSON.pm line
24., referer: http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] [Tue Sep  1 10:03:30
2015] opac-search.pl: , called from sub
Search::Elasticsearch::Role::Client::Direct::__ANON__ at
/usr/local/share/perl/5.14.2/Catmandu/Store/ElasticSearch/Bag.pm line 127. With
vars: {'var' => {'from' => 0,'query' => {'query_string' => {'fuzziness' =>
'auto','default_field' => '_all','query' => '(title:best)','default_operator'
=> 'AND','lenient' => bless( do{\\(my $o = 1)}, 'JSON::PP::Boolean' )}},'size'
=> 20,'facets' => {'subject' => {'terms' => {'field' =>
'subject__facet'}},'author' => {'terms' => {'field' =>
'author__facet'}},'itype' => {'terms' => {'field' => 'itype__facet'}}}}},
referer: http://127.0.1.1/
[Tue Sep 01 10:03:30 2015] [error] [client 127.0.0.1] [Tue Sep  1 10:03:30
2015] opac-search.pl: Use of uninitialized value $error in concatenation (.) or
string at /home/koha/kohaes/opac/opac-search.pl line 578., referer:
http://127.0.1.1/

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


More information about the Koha-bugs mailing list