summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/pipeline/bucketmetrics/stats/extended/ExtendedStatsBucketPipelineAggregator.java
AgeCommit message (Expand)Author
2016-07-01Migration stats and extended stats to NamedWriteableNik Everett
2016-04-14Aggregations: Adds serialisation of sigma to extended_stats_bucket pipeline a...Colin Goodheart-Smithe
2016-04-07Make MappedFieldType responsible for providing a parser/formatter. #17546Adrien Grand
2016-02-15Moved AggregatorBuilder implementations into their own class filesColin Goodheart-Smithe
2016-02-12PipelineAggregatorBuilder.setMetaData is now chain ableColin Goodheart-Smithe
2016-02-11Adds validation to the Aggregator Builder implementationsColin Goodheart-Smithe
2016-02-10Renames PipelineAggregatorFactory to PipelineAggregatorBuilderColin Goodheart-Smithe
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe
2016-01-26Removes Aggregation Builders in place of AggregatorFactory implementationsColin Goodheart-Smithe
2016-01-08Makes the AggregatorFactory and PipelineAggregatorFactory setter methods chai...Colin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Avg Bucket, Min Bucket, Max Bucket, Sum Bucke...Colin Goodheart-Smithe
2015-09-04Aggregations: Add stats_bucket / extended_stats_bucket pipeline aggregationsZachary Tong