summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/search/aggregations/bucket
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-07-03Tests fix - Significant terms/text aggs (#25499)markharwood
2017-06-27Mute SignificantTermsAggregatorTests#testSignificance()Daniel Mitterdorfer
2017-06-23Added unit test coverage for SignificantTerms (#24904)markharwood
2017-06-15Test fix - removed superfluous assertion (#25247)markharwood
2017-06-12Aggregations bug: Significant_text fails on arrays of text. (#25030)markharwood
2017-06-02[Test] Reduce number of buckets in SearchResponseTests and AggregationsTests ...Tanguy Leroux
2017-06-02Add superset size to Significant Term REST response (#24865)Tanguy Leroux
2017-05-31Added more unit test coverage for terms aggregation andMartijn van Groningen
2017-05-30Terms aggregation should remap global ordinal buckets when a sub-aggregator i...Jim Ferenczi
2017-05-24SignificantText aggregation - like significant_terms, but for text (#24432)markharwood
2017-05-19Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-19[Test] Remove leftover in InternalRangeTestsTanguy Leroux
2017-05-19Remove //norelease and cleans up somet aggregations tests (#24789)Tanguy Leroux
2017-05-18DateHistogram: Fix 'extended_bounds' with 'offset' (#23789)Christoph Büscher
2017-05-18Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-18Add parsing method for binary range aggregation (#24706)Tanguy Leroux
2017-05-17Scripting: Remove native scripts (#24726)Ryan Ernst
2017-05-17Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-17Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query ...George Papadrosou
2017-05-16Automatically close releasables after test (#24687)Zachary Tong
2017-05-16Add parsing to Significant Terms aggregations (#24682)Tanguy Leroux
2017-05-16Add parsing for InternalAdjacencyMatrix aggregation (#24700)Christoph Büscher
2017-05-16Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-16[Tests] Add unit test for InternalAdjecencyMatrix aggregation (#24698)Christoph Büscher
2017-05-15Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-15Add parsing for InternalFilters aggregation (#24648)Christoph Büscher
2017-05-15Make SignificantTerms.Bucket an interface rather than an abstract class (#24670)Tanguy Leroux
2017-05-15Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-12Add parsing methods to Range aggregations (#24583)Tanguy Leroux
2017-05-12Add parent-join module (#24638)Jim Ferenczi
2017-05-12Add parsing method to GeoHashGrid aggregation (#24589)Tanguy Leroux
2017-05-12Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-12[Tests] Add unit tests for InternalFilters (#24624)Christoph Büscher
2017-05-12Merge branch 'master' into feature/client_aggs_parsingChristoph Büscher
2017-05-11Compound order for histogram aggregations. (#22343)qwerty4030
2017-05-11Add parsing for single bucket aggregations (#24564)Christoph Büscher
2017-05-10Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-10[Test] Fix wrong importTanguy Leroux
2017-05-10[Test] Add unit tests for Range aggregations (#24569)Tanguy Leroux
2017-05-10Added unit tests for InternalMatrixStats.Martijn van Groningen
2017-05-10Add parsing for String/Long/Double Terms aggregations (#24521)Tanguy Leroux
2017-05-09[TEST] Add test for Aggregations#fromXContent (#24524)Luca Cavanna
2017-05-05Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-05Change Terms.Bucket to an interface (#24492)Tanguy Leroux
2017-05-04Do not index `_type` when there is at most one type. (#24363)Adrien Grand
2017-05-03Add parsing methods for InternalDateHistogram and InternalHistogram (#24213)Tanguy Leroux
2017-04-27Only allow one type on 7.0 indices (#24317)Adrien Grand
2017-04-26Remove most usages of 1-arg Script ctor (#24325)Nik Everett
2017-04-26test: don't randomly wrap index readerMartijn van Groningen