I am creating index using dynamic mapping from input json, But in my json date parameter am passing as a String, But ES was considering as a date, And i found the issue But i dont know how to apply through JAVA Api in ES, below mapping i needs to do it in ES java api..? Any help will be appreciate Thanks in advance..
{
"mappings": {
"date_detection": false
}
}