summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/metrics/geocentroid/GeoCentroidAggregator.java
AgeCommit message (Expand)Author
2017-04-18Upgrade to a Lucene 7 snapshot (#24089)Adrien Grand
2017-04-18[TEST] Added test for GeoCentroidAggregator andMartijn van Groningen
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-06-10Upgrade to lucene-6.1.0-snapshot-3a57bea.Adrien Grand
2016-04-11Upgrade Lucene 6 ReleaseAdrien Grand
2016-02-15Moved AggregatorBuilder implementations into their own class filesColin Goodheart-Smithe
2016-02-12Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-11upgrade to lucene 5.5.0-snapshot-850c6c2Nicholas Knize
2016-02-11Adds validation to the Aggregator Builder implementationsColin 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
2016-02-01Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-01-30Uppercase ells ('L') in long literalsJason Tedor
2016-01-08Makes the AggregatorFactory and PipelineAggregatorFactory setter methods chai...Colin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Geo Centroid AggregationColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Percentiles and Percentile Ranks AggregationColin Goodheart-Smithe
2015-12-21Aggregation refactor: make aggregationFactory implement NamedWritableColin Goodheart-Smithe
2015-12-18Remove wildcard importsRyan Ernst
2015-10-28Refactor Geo utilities to Lucene 5.4Nicholas Knize
2015-10-14Adds geo_centroid metric aggregatorNicholas Knize