[Koha-bugs] [Bug 25669] ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 8 15:08:16 CET 2022


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

--- Comment #13 from Kevin Carnes <kevin.carnes at ub.lu.se> ---
(In reply to Julian Maurice from comment #12)
> What was the problem with checking the version ?

It sends a request to Elasticsearch to find out the version number every time
Koha creates an Elasticsearch client and then parses the version number. This
can add up, especially when searching, but perhaps it's not as big an issue for
indexing.

It's definitely possible to check the version number when indexing, if people
want to avoid adding a configuration, but it seems like others would like to
avoid checking for specific versions of Elasticsearch.

I'm happy to hear suggestions on how it should be done.

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


More information about the Koha-bugs mailing list