summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/bucket/range/geodistance/GeoDistanceAggregationBuilder.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-05-17Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query ...George Papadrosou
2017-02-02Reduce GeoDistance insanityNicholas Knize
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-12-09Start using `ObjectParser` for aggs. (#22048)Adrien Grand
2016-10-05Fix date_range aggregation to not cache if now is usedColin Goodheart-Smithe
2016-08-16Switch aggregation registration for push to pullNik Everett
2016-07-11Migrate range, date_range, and geo_distance aggregations to NamedWriteableNik Everett
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad