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

--- Comment #6 from Kevin Carnes <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to