summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/bucket/range
AgeCommit message (Expand)Author
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-05-18Add parsing method for binary range aggregation (#24706)Tanguy Leroux
2017-05-17Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-17Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query ...George Papadrosou
2017-05-12Add parsing methods to Range aggregations (#24583)Tanguy Leroux
2017-05-10[Test] Add unit tests for Range aggregations (#24569)Tanguy Leroux
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-10Move getProperty method out of MultiBucketsAggregation.Bucket interface (#23988)Luca Cavanna
2017-03-23Use ParseField for aggs CommonFields rather than String (#23717)Luca Cavanna
2017-02-20Add unit tests for BinaryRangeAggregator/InternalBinaryRange (#23255)Jim Ferenczi
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-02-02Reduce GeoDistance insanityNicholas Knize
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-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-12-08IP range masks exclude the maximum address of the range. (#22018)Adrien Grand
2016-10-21`ip_range` aggregation should accept null bounds. (#21043)Adrien Grand
2016-10-12Remove empty javadoc (#20871)Tanguy Leroux
2016-10-11Fixed writeable name from range to geo_distance (#20860)brandonkearby
2016-10-05Fix date_range aggregation to not cache if now is usedColin Goodheart-Smithe
2016-10-05add extra safety when accessing scripts or now and reqeusts are cachedSimon Willnauer
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-08-18Use internal from/to when creating InternalDateRange.BucketThiago Souza
2016-08-16Switch aggregation registration for push to pullNik Everett
2016-07-20Remove AggregationStreams and friendsNik Everett
2016-07-19Make ExtendedBounds immutableNik Everett
2016-07-14Remove `node.mode` and `node.local` settings (#19428)Simon Willnauer
2016-07-12Migrate top_hits, histogram, and ip_range aggregations to NamedWriteableNik Everett
2016-07-11Migrate range, date_range, and geo_distance aggregations to NamedWriteableNik Everett
2016-07-05Remote BucketStreamsNik Everett
2016-07-04Enable Checkstyle RedundantModifierTanguy Leroux
2016-07-01Remove some unused codeTanguy Leroux
2016-07-01Fix order of modifiersTanguy Leroux
2016-06-27Make shard store fetch less dependent on the current cluster state, both on m...Boaz Leskes
2016-05-31Make ip fields backward-compatible at query time. #18593Adrien Grand
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad
2016-05-13Add back support for `ip` range aggregations. #17859Adrien Grand
2016-04-21Remove <T> from WriteableNik Everett
2016-04-19Remove more PROTOTYPEs from aggregationsNik Everett
2016-04-19Remove PROTOTYPEs from RangesNik Everett
2016-04-19Remove writeAllocationCommand and writeValueFormatNik Everett
2016-04-19Remove deprecated registration methodsNik Everett
2016-04-15Cut geo aggregations to registerAggregationNik Everett
2016-04-15Cut range aggregations to registerAggregationNik Everett
2016-04-12Remove PROTOTYPE from QueryBuildersNik Everett
2016-04-07Make MappedFieldType responsible for providing a parser/formatter. #17546Adrien Grand
2016-03-26Remove PROTOTYPE from ShapeBuildersNik Everett