Relative Content

Tag Archive for elasticsearchspring-data-elasticsearch

Elasticsearch saving date without a year 02/29 problem

I’ve defined in elasticsearch a field of type date in the format “MM-dd” which works fine except for the date 02-29.
I understand that elastic does use a year when saving (even though it doesn’t seem to affect the field) and the year elastic is using probably didn’t have the 29th in Feb.