I want to index one field that contains only time in HH:mm:ss.SSS format. Which datatype I can use to store this field in elasticsearch.
Elasticsearch: Datatype for time(HH:mm:ss.SSS) field
1.6k views Asked by mkalsi At
1
I want to index one field that contains only time in HH:mm:ss.SSS format. Which datatype I can use to store this field in elasticsearch.
You can use the
date
mapping type with a specific date format to accomodate your data: