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

--- Comment #1 from Kevin Carnes <kevin.car...@ub.lu.se> ---
Created attachment 130288
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=130288&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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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