summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/metrics/ExtendedStatsTests.java
AgeCommit message (Collapse)Author
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad
AggregationBuilder, in keeping consistent with the Java APIs. Closes #18377 Closes #18367
2016-02-15Moved AggregatorBuilder implementations into their own class filesColin Goodheart-Smithe
Also renamed histogram.AbstractBuilcer to AbstractHistogramBuilder, range.AbstractBuilder to AbstractRangeBuilder and org.elasticsearch.search.aggregations.pipeline.having to org.elasticsearch.search.aggregations.pipeline.bucketselector
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Stats and Extended_Stats AggregationsColin Goodheart-Smithe
2015-08-03cleanup more abstract test class -> TestCase and integ -> ITRobert Muir
2015-07-14Aggregation: Removed Old Script Java API from metrics aggregationsColin Goodheart-Smithe
The old script syntax has been removed from the Java API but the metrics aggregations were missed. This change removes the old script API from the ValuesSourceMetricsAggregationBuilder and removes the relevant test methods for the metrics aggregations.
2015-07-10Aggregations: Adds new script API to ValuesSourceMetricsAggregationBuilderColin Goodheart-Smithe
A method for the new Script API were missing in the ValuesSourceMetricsAggregationBuilder. This change adds the missing method and deprecates the old Script API methods
2015-06-05create core moduleSimon Willnauer