Hi Guys,
I want to transformthe creationDate from long to timestamp date ("format" : "MMM/dd/yyyy HH:mm:ss", ). I checked the documentation with no result.
JSON serach result:
"creationDate": 1490254211904,
Mapping of the property:
"creationDate": {
"type": "long"
},
Any idea?
Best regards
Ismael
I