summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/AggregationCollectorTests.java
AgeCommit message (Expand)Author
2017-01-12Remove ParseFieldMatcher usages from QueryParseContextjavanna
2017-01-09Replace AggregatorParsers with namedObject (#22397)Nik Everett
2016-12-21Replace IndicesQueriesRegistry (#22289)Nik Everett
2016-12-13Continue consolidating `XContentParser` construction in tests (#22145)Nik Everett
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-08-16Internal: Consolidate search parser registriesRyan Ernst
2016-04-15Clean up QueryParseContext and don't hold it inside QueryRewrite/ShardContextChristoph Büscher
2016-04-14Remove parser argument from methods where we already pass in a parse contextChristoph Büscher
2016-02-08Make AggregatorFactory fully immutable by requiring the parent, subFactories ...Colin Goodheart-Smithe
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe
2015-12-21Aggregations Refactor: Refactor Top Hits AggregationColin Goodheart-Smithe
2015-12-21Refactor ValuesSource to separate Parsing from Factory logicColin Goodheart-Smithe
2015-09-28Factor groovy out of core into lang-groovyRobert Muir
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-06-05create core moduleSimon Willnauer