Re: sorting by rounded date

2014-02-10 Thread Alexander Reelsen
Hey, the date field does not get loaded from the source, but from a memory structure called fielddata. On certain occasions this fielddata structure needs to be removed and then recreated. If you fire a query after a removal and the structure has not yet been recreated, you will get into performan

sorting by rounded date

2014-02-07 Thread Karol Gwaj
hi, can elasticsearch sort by rounded date ? i want to sort by document creation date but rounded to 1 day, something like that: "sort": [ "CreationDate*/1d*" ] solr supports this type of sorting, so i expect elasticsearch is supporting it too, but i cant find any