I have a set of documents with date range. I want to get schedule with in specific duration.
For example, following are 2 events.
Event 1 - from 10th to 20th
Event 2 - from 15th to 25th
Get schedule from 1st to 30th. Expecting following output.
Date 10th to 14th - Event 1
Date 15th to 20th - Event 1 and Event 2
Date 21st to 25th - Event 2
Please suggest how can i achieve this.
colings86
(Colin Goodheart-Smithe)
July 3, 2017, 5:03pm
2
Currently there are no aggregations that work on range fields. There is an issue open to add this which you can track here: https://github.com/elastic/elasticsearch/issues/23182
system
(system)
Closed
July 31, 2017, 5:04pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.