[Koha-bugs] [Bug 22520] Be Elastic compliant 7.x and 8.x (_doc)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 22 13:52:46 CET 2022


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

--- Comment #6 from Kevin Carnes <kevin.carnes at ub.lu.se> ---
(In reply to Victor Grousset/tuxayo from comment #5)
> Which workflow does this break or triggers a warning?

In ES6, the type is specified in the URL to index a single record, but in ES7,
_doc should be used instead. So if ES6 has a type of _doc, the URL for indexing
single records doesn't need to be changed when upgrading to ES7.

Koha indexes in bulk, so changing the type name doesn't affect the URL for bulk
indexing.

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


More information about the Koha-bugs mailing list