summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/BasePipelineAggregationTestCase.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2017-01-09Replace AggregatorParsers with namedObject (#22397)Nik Everett
2017-01-03Remove ParseFieldMatcher usage from AggregatorParsersjavanna
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-13Consolidate more parser creation into ESTestCaseNik Everett
2016-10-24Consolidate code for equals/hashCode testing in central utility classChristoph Büscher
2016-09-14Unguice SearchModule (#20456)Simon Willnauer
2016-08-16Internal: Consolidate search parser registriesRyan Ernst
2016-07-01Clean up BytesReference (#19196)Simon Willnauer
2016-06-20Share test injector creationSimon Willnauer
2016-06-20Remove obsolete Modules that can simply be inlined in node creationSimon Willnauer
2016-06-17Merge branch 'master' into enhancement/rollover_apiAreek Zillur
2016-06-17Rename PipelineAggregatorBuilder to PipelineAggregationBuilder.Adrien Grand
2016-06-16Merge branch 'master' into enhancement/rollover_apiAreek Zillur
2016-06-16Cut over settings registration to a pull model (#18890)Simon Willnauer
2016-06-16Simplify ScriptModule and script registration (#18903)Simon Willnauer
2016-06-06add named writable registry glueAreek Zillur
2016-06-01AggregatorBuilder and PipelineAggregatorBuilder do not need generics. #18368Adrien Grand
2016-05-24Moved the percolator from core to its own moduleMartijn van Groningen
2016-05-20Remove ScriptMode class in favor of boolean true/falseLee Hinman
2016-05-13Remove support for mulitple languages per scripting engineLee Hinman
2016-05-13Remove vestiges of script engine sandboxingLee Hinman
2016-05-06Add xContent shuffling to some more testsChristoph Büscher
2016-04-18Replace (read|write)PipelineAggregatorBuilder with (read|write)NamedWriteableNik Everett
2016-04-15Clean up QueryParseContext and don't hold it inside QueryRewrite/ShardContextChristoph Büscher
2016-04-15Remove ParseFieldMatcher from AbstractXContentParserChristoph Büscher
2016-04-14Remove parser argument from methods where we already pass in a parse contextChristoph Büscher
2016-04-12Make aggregation registration more like query registrationNik Everett
2016-04-08Remove Settings.settingsBuilder.Adrien Grand
2016-04-06Aggregations: Fixes NPE when no window is specified in moving average requestColin Goodheart-Smithe
2016-04-05Add shuffling xContent to aggregation testsChristoph Büscher
2016-03-29Remove PROTOTYPEs from suggestersNik Everett
2016-03-21Remove ClusterService interface, in favor of it's only production instance #1...Boaz Leskes
2016-03-15Remove System.out.println and Throwable.printStackTrace from testsYannick Welsch
2016-02-10Renames PipelineAggregatorFactory to PipelineAggregatorBuilderColin Goodheart-Smithe
2016-02-09Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe
2016-02-05more line length fixesColin Goodheart-Smithe
2016-02-05Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-03Fixed merge errorsColin Goodheart-Smithe
2016-01-29Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-01-27Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-01-25Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Top Hits AggregationColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Serial Differencing AggregationColin Goodheart-Smithe
2015-12-21Aggregation refactor: make aggregationFactory implement NamedWritableColin Goodheart-Smithe