summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/pipeline/movavg/MovAvgParser.java
AgeCommit message (Expand)Author
2016-04-18Cut moving_avg aggregation to registerPipelineAggregationNik Everett
2016-04-15Rename context.parseFieldMatcher() to context.getParseFieldMatcherChristoph Büscher
2016-04-14Remove parser argument from methods where we already pass in a parse contextChristoph Büscher
2016-04-06Aggregations: Fixes NPE when no window is specified in moving average requestColin Goodheart-Smithe
2016-02-15Moved AggregatorBuilder implementations into their own class filesColin Goodheart-Smithe
2016-02-12removes a lot of warnings form the aggregationsColin Goodheart-Smithe
2016-02-11Adds validation to the Aggregator Builder implementationsColin Goodheart-Smithe
2016-02-10Renames PipelineAggregatorFactory to PipelineAggregatorBuilderColin Goodheart-Smithe
2016-01-26Removes Aggregation Builders in place of AggregatorFactory implementationsColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Top Hits AggregationColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Moving Average AggregationColin Goodheart-Smithe
2015-12-21Aggregation refactor: make aggregationFactory implement NamedWritableColin Goodheart-Smithe
2015-07-08Aggregations: add cost minimizer to moving_avg aggregationZachary Tong
2015-07-02Internal: make sure ParseField is always used in combination with parse flagsjavanna
2015-07-01Aggregations: Makes ValueFormat and ValueFormatter never nullColin Goodheart-Smithe
2015-06-19Aggregations: moving_avg model parser should accept any numeric, not just dou...Zachary Tong
2015-06-05create core moduleSimon Willnauer