summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/pipeline
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-05-30Correctly set doc_count when MovAvg "predicts" values on existing buckets (#2...Zachary Tong
2017-05-26Scripting: Rename CompiledType to FactoryType in ScriptContext (#24897)Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-24Scripting: Add instance and compiled classes to script contexts (#24868)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-15Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-12Size lists in advance when knownKoen De Groote
2017-05-10Fix merging conflictsTanguy Leroux
2017-04-27Add parsing for InternalPercentilesBucket (#24330)Christoph Büscher
2017-04-26Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-04-26Add parsing for InternalStatsBucket and InternalExtendedStatsBucket (#24312)Christoph Büscher
2017-04-26InternalPercentilesBucket should not rely on ordered percents array (#24336)Christoph Büscher
2017-04-25Add parsing for InternalStats (#24239)Christoph Büscher
2017-04-20Add parsing for InternalBucketMetricValue (#24182)Christoph Büscher
2017-04-19Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-04-19Add BucketMetricValue interface (#24188)Christoph Büscher
2017-04-19Add parsing for InternalSimpleValue and InternalDerivative (#24162)Christoph Büscher
2017-04-18Merge Percentile class with interface (#24154)Tanguy Leroux
2017-04-10Move getProperty method out of MultiBucketsAggregation.Bucket interface (#23988)Luca Cavanna
2017-03-30Tests: Add base tests for InternalSimpleValue and InternalDerivative (#23799)Christoph Büscher
2017-03-23Use ParseField for aggs CommonFields rather than String (#23717)Luca Cavanna
2017-02-09Remove getDefaultScriptingLanguage from QueryParseContext (#23043)Luca Cavanna
2017-02-03Upgrade checkstyle to version 7.5Jason Tedor
2017-01-31Change Namespace for Stored Script to Only Use Id (#22206)Jack Conradson
2017-01-09Replace AggregatorParsers with namedObject (#22397)Nik Everett
2017-01-05remove ParseFieldMatcher usages from Script parsing codejavanna
2017-01-05remove unused ParseFieldMatcher imports/argumentsjavanna
2017-01-03Remove ParseFieldMatcher usage from ParseFieldRegistryjavanna
2016-12-30Remove some more usages of ParseFieldMatcher in favour of using ParseField di...javanna
2016-12-30Remove some usages of ParseFieldMatcher in favour of using ParseField directlyjavanna
2016-11-10Clean up of Script.Jack Conradson
2016-11-07Percentiles bucket fails for 100th percentile (#21218)Alexander Kazakov
2016-10-05move extended bounds rounding to date histo agg builderColin Goodheart-Smithe
2016-09-08Clean up XContentBuilderTanguy Leroux
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-08-16Switch aggregation registration for push to pullNik Everett
2016-08-03Split regular histograms from date histograms. #19551Adrien Grand
2016-07-20Remove AggregationStreams and friendsNik Everett
2016-07-19Migrate remaining aggregations to NamedWriteableNik Everett
2016-07-18Migrate serial_diff aggregation to NamedWriteableNik Everett
2016-07-18Migrate moving_avg pipeline aggregation to NamedWriteableNik Everett
2016-07-13Migrate derivative pipeline aggregation to NamedWriteableNik Everett
2016-07-11Switch search extension from push to pullNik Everett
2016-07-04Enable Checkstyle RedundantModifierTanguy Leroux
2016-07-01Fix order of modifiersTanguy Leroux
2016-07-01Migration stats and extended stats to NamedWriteableNik Everett
2016-06-28Scripts: Remove ClusterState from compile apiRyan Ernst
2016-06-17Rename PipelineAggregatorBuilder to PipelineAggregationBuilder.Adrien Grand
2016-06-01AggregatorBuilder and PipelineAggregatorBuilder do not need generics. #18368Adrien Grand