summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations
AgeCommit message (Expand)Author
2017-07-04Adds rewrite phase to aggregations (#25495)Colin Goodheart-Smithe
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-22Upgrade to lucene-7.0.0-snapshot-ad2cb77. (#25349)Adrien Grand
2017-06-17[Tests] Check that parsing aggregations works in a forward compatible way (#2...Christoph Büscher
2017-06-14Scripting: Rename SearchScript.needsScores to needs_score (#25235)Ryan Ernst
2017-06-14Add more missing AggregationBuilder getters (#25198)Zachary Tong
2017-06-12Tweak AggregatorBase.addRequestCircuitBreakerBytesLee Hinman
2017-06-12Aggregations bug: Significant_text fails on arrays of text. (#25030)markharwood
2017-06-09Correctly format arrays in outputKoen De Groote
2017-06-08Leverage scorerSupplier when applicable. (#25109)Adrien Grand
2017-06-07Scripting: Remove unnecessary intermediate script compilation methods on Quer...Ryan Ernst
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-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-30Terms aggregation should remap global ordinal buckets when a sub-aggregator i...Jim Ferenczi
2017-05-30Correctly set doc_count when MovAvg "predicts" values on existing buckets (#2...Zachary Tong
2017-05-26Remove the need for _UNRELEASED suffix in versions (#24798)Nik Everett
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-24SignificantText aggregation - like significant_terms, but for text (#24432)markharwood
2017-05-23Use ParseField constants in ParsedGeoBounds (#24849)Christoph Büscher
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-05-22Move getType to Aggregation interface (#24822)Luca Cavanna
2017-05-19Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-19Removes parent child fielddata specialization (#24737)Jim Ferenczi
2017-05-19Remove compareTerm() method in parsed Significant Terms aggregationsTanguy Leroux
2017-05-19Merge remote-tracking branch 'origin/master' into feature/client_aggs_parsingTanguy Leroux
2017-05-19Remove //norelease and cleans up somet aggregations tests (#24789)Tanguy Leroux
2017-05-18Remove the unused SignificantTerms.compareTerm() method (#24714)Tanguy Leroux
2017-05-18DateHistogram: Fix 'extended_bounds' with 'offset' (#23789)Christoph Büscher
2017-05-18Fix checkstyle violation in ParsedScriptedMetricTanguy Leroux
2017-05-18Add parsing method for Top Hits aggregation (#24717)Tanguy Leroux
2017-05-18Add parsing method for binary range aggregation (#24706)Tanguy Leroux
2017-05-17Add parsing for InternalScriptedMetric aggregation (#24738)Christoph Büscher
2017-05-17Merge branch 'master' into feature/client_aggs_parsingjavanna
2017-05-17Fix Version based BWC and set correct minCompatVersion (#24732)Simon Willnauer
2017-05-17Fix ArrayIndexOutOfBoundsException when no ranges are specified in the query ...George Papadrosou
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-15 Share XContent rendering code in significant terms aggregations (#24677)Tanguy 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-15Revert changing the InternalSampler type constant (#24667)Christoph Büscher
2017-05-12Add parsing methods to Range aggregations (#24583)Tanguy Leroux