summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridAggregatorFactory.java
AgeCommit message (Expand)Author
2017-03-01[TEST] Added unit tests for GeoHashGridAggregator and InternalGeoHashGridMartijn van Groningen
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad
2016-02-15Moved AggregatorBuilder implementations into their own class filesColin Goodheart-Smithe
2016-02-10Made AggregatorFactory fields final and removed AggregationContext from creat...Colin Goodheart-Smithe
2016-02-08Make AggregatorFactory fully immutable by requiring the parent, subFactories ...Colin Goodheart-Smithe
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe