Date format In elastic

I have set up a field mapping in the index with following format
"date_field": { "format": "strict_date_optional_time", "ignore_malformed": true, "type": "date" }

The Index also accepts documents with value for this field as 9.2/10

and all of the following

["9.1/10","9.1.10","9.1","9/1/10","9"]

Is it a valid format for this field ? Is there a way to restrict it to more like a date looking format.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.