OpenSearch/core
Colin Goodheart-Smithe e168b3b66b Fix date_range aggregation to not cache if now is used
Before this change the processing of the ranges in the date range (and
other range type) aggregations was done when the Aggregator was created.
This meant that the SearchContext did not know that now had been used in
a range until after the decision to cache was made.

This change moves the processing of the ranges to the aggregation builders
so that the search context is made aware that now has been used before
it decides if the request should be cached
2016-10-05 08:39:08 +01:00
..
src Fix date_range aggregation to not cache if now is used 2016-10-05 08:39:08 +01:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00