https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073 --- Comment #26 from Nick Clemens <nick@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.