I am using spring-data-elasticsearch for my application. I found spring automatically creates dynamic field "_class" in all my documents. I configured my index as a strict dynmaic mapping. I expecting some properties to exclude this field from my document/mapping dynamically.
Is there any way to do this?