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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 9 20:46:09 CEST 2015


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

Juan Romay Sieira <juan.sieira at xercode.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juan.sieira at xercode.es

--- Comment #62 from Juan Romay Sieira <juan.sieira at xercode.es> ---
I'm testing ES. My problem is that Koha is always trying to connect to
localhost:9200, but my koha-conf.xml has:

<elasticsearch>
   <server>192.168.0.213:9200</server>
   <index_name>core</index_name>
</elasticsearch>

my instance of ES it not in localhost. Do I have to do something to force to
connect to 192.168.0.213 and not to localhost?

This is the error: [NoNodes] ** No nodes are available:
[http://localhost:9200], called from sub
Search::Elasticsearch::Role::Client::Direct::__ANON__ at
/usr/local/share/perl/5.10.1/Catmandu/Store/ElasticSearch.pm line 61

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


More information about the Koha-bugs mailing list