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
I have the Mapping Definition for my elastic Index Dynamic Mapping Set to Strict and when i am trying to Index a Document it was created a Field _class in the Elastic Document which is failing the Document Insertion into the ElasticSearch index 7.X with Below Error
Elasticsearch exception [type=strict_dynamic_mapping_exception, reason=mapping set to strict, dynamic introduction of [_class] within [_doc] is not allowed]
sothawo
changed the title
disable TypeHints in the Document Generated for Spring Data ElasticSearch 4.X [DATAES-881]
Allow disabling TypeHints. [DATAES-881]
Apr 22, 2021
chaitanya-mittapalli opened DATAES-881 and commented
I needed a Way that i can disable TypeHints in the Document Generated for Spring Data ElasticSearch.
https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch.mapping.meta-model.rules
I have the Mapping Definition for my elastic Index Dynamic Mapping Set to Strict and when i am trying to Index a Document it was created a Field _class in the Elastic Document which is failing the Document Insertion into the ElasticSearch index 7.X with Below Error
Elasticsearch exception [type=strict_dynamic_mapping_exception, reason=mapping set to strict, dynamic introduction of [_class] within [_doc] is not allowed]
Affects: 4.0.1 (Neumann SR1)
Reference URL: https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/#elasticsearch.mapping
The text was updated successfully, but these errors were encountered: