8.11 mapping no [Keyword(Name = "newstext", DocValues = false, Index = false)]
Closed this issue · 2 comments
hailang2ll commented
In 8.11, mapping attribute mapping cannot be added to the entity, such as [Keyword(Name = "sku")], is there only dynamic mapping?
flobernd commented
Hi @hailang2ll ,
yes there is only dynamic mapping. Attributes have been removed. See also here: https://www.elastic.co/guide/en/elasticsearch/client/net-api/8.18/migration-guide.html#_attribute_mappings
hailang2ll commented
thanks @flobernd