summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ip/IpRangeAggregationBuilder.java
AgeCommit message (Expand)Author
2017-05-17Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query ...George Papadrosou
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2016-12-31Remove some usages of ParseFieldMatcher in favour of using ParseField directlyjavanna
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-12-09Start using `ObjectParser` for aggs. (#22048)Adrien Grand
2016-12-08IP range masks exclude the maximum address of the range. (#22018)Adrien Grand
2016-08-16Switch aggregation registration for push to pullNik Everett
2016-07-12Migrate top_hits, histogram, and ip_range aggregations to NamedWriteableNik Everett
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad