[Koha-bugs] [Bug 31897] New hook when indexing with Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 25 16:25:19 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31897

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
$VAR1 = {
          'cxn_pool' => 'Static',
          'index_name' => 'koha_myclone',
          'nodes' => [
                       'localhost:9200'
                     ]
        };

Result of Koha::SearchEngine::Elasticsearch->get_elasticsearch_params;
You test that to determine if Elastic exists.
Wrong test.

Later you crash:
Exception 'Koha::Exceptions::Elasticsearch::BadResponse' thrown 'Bad response
received when submitting request to Elasticsearch' with details => No nodes are
available: [http://localhost:9200], type => NoNodes

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


More information about the Koha-bugs mailing list