summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/metrics/sum/SumAggregatorFactory.java
AgeCommit message (Expand)Author
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-04-07Make MappedFieldType responsible for providing a parser/formatter. #17546Adrien Grand
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