Description
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