https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25669 Kevin Carnes <kevin.carnes@ub.lu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #130288|0 |1 is obsolete| | --- Comment #3 from Kevin Carnes <kevin.carnes@ub.lu.se> --- Created attachment 130293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130293&action=edit Bug 25669: ElasticSearch 6: [types removal] Specifying types in put mapping requests is deprecated (incompatible with 7) Starting with version 7.0 of Elasticsearch type names should not be used and in version 6.8 there is a warning if you don't use include_type_name when using put_mapping (requires Search::Elasticsearch@6.8). To test: 1) Reindex records with koha-elasticsearch or rebuild_elasticsearch.pl 2) Observe any deprecation warnings or errors 3) Apply patch 4) Install Search::Elasticsearch with the same version as Elasticsearch 5) Reindex records with koha-elasticsearch or rebuild_elasticsearch.pl 6) Observe no warning or errors 7) Sign off Sponsored-by: Lund University Library -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.