pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

Mapping Type is not supported anymore by Elasticsearch #10

Closed lubbo closed 5 years ago

lubbo commented 5 years ago

As per official documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/removal-of-types.html#_what_are_mapping_types

ElasticSwift is not aligned with above deprecation and some operations still use mapping type. Es. Index and Search

prafsoni commented 5 years ago

Thanks for bringing this up. I will leave this open.

prafsoni commented 5 years ago

added deprecation warning #19