[Koha-bugs] [Bug 20073] Move Elasticsearch settings to configuration files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 16 17:13:05 CEST 2018


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

--- Comment #26 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Ere Maijala from comment #25)
> (In reply to Jonathan Druart from comment #24)
> > Is it a bug or a feature? Are we suppose to have something else than server
> > or index_name?
> > If not, it sounds easy to recreate it.
> 
> Catmandu::Store::Elasticsearch uses Search::Elasticsearch underneath, and I
> believe we are supposed to able to pass on whatever it accepts (see
> https://metacpan.org/pod/Search::Elasticsearch). There are settings like
> trace_to and cxn_pool that can be useful and we shouldn't limit the settings
> to any currently-known set of options.

I think this is right, we can consider these two separate sets of options -
server config and koha settings, could ultimately be organized as:
<ES_settings>
  <ES_server_settings>
    <server> etc...
  </ES_server_settings>
  <ES_koha_settings>
    <ES_index_config> etc...
  </ES_koha_settings>
</ES_settings>

but this would really just be organizational and we don't do for all zebra
stuff now so I would say could be new bug report and not a blocker here

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


More information about the Koha-bugs mailing list