bloodhound icon indicating copy to clipboard operation
bloodhound copied to clipboard

Should `putMapping` really be deprecated?

Open supersven opened this issue 4 months ago • 0 comments

Though, having multiple mapping types per index is deprecated (https://www.elastic.co/guide/en/elasticsearch/reference/7.17/removal-of-types.html), updating the mapping of an index seems to be still a valid operation (https://www.elastic.co/guide/en/elasticsearch/reference/8.15/indices-put-mapping.html).

So, I'm wondering if I got this wrong or if putMapping (Database.Bloodhound.Common.Requests and Database.Bloodhound.Common.Client) should better not be annotated as DEPRECATED? :thinking:

supersven avatar Oct 16 '24 06:10 supersven