bloodhound
bloodhound copied to clipboard
Should `putMapping` really be deprecated?
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: