You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior:
When using attribute mappings to define a Nested type, the attribute accepts a Store property. Elasticsearch returns an error when attempting such a mapping. We should evaluate removing this property given that it is not supported and also check that it's removed from the fluent mapping also. This is
NEST/Elasticsearch.Net version: 7.10.1
Elasticsearch version: 7.10.0
Description of the problem including expected versus actual behavior:
When using attribute mappings to define a Nested type, the attribute accepts a Store property. Elasticsearch returns an error when attempting such a mapping. We should evaluate removing this property given that it is not supported and also check that it's removed from the fluent mapping also. This is
This relates to the discussion in #5170
Steps to reproduce:
Store = true
in the attributeExpected behavior
NEST should not offer the store property for nested field mappings.
The text was updated successfully, but these errors were encountered: