summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/TopHitsAggregationBuilder.java
AgeCommit message (Expand)Author
2017-07-03Remove QueryParseContext (#25486)Christoph Büscher
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-07Scripting: Remove unnecessary intermediate script compilation methods on Quer...Ryan Ernst
2017-05-30Scripting: Add StatefulFactoryType as optional intermediate factory in script...Ryan Ernst
2017-05-25Scripting: Move context definitions to instance type classes (#24883)Ryan Ernst
2017-05-22Scripting: Simplify ScriptContext (#24818)Ryan Ernst
2017-02-10Fix some Javadoc typos (#23111)Sebastian
2017-02-09Remove getDefaultScriptingLanguage from QueryParseContext (#23043)Luca Cavanna
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2017-01-05remove ParseFieldMatcher usages from FetchSourceContextjavanna
2017-01-05remove ParseFieldMatcher usages from Script parsing codejavanna
2016-12-31Remove some usages of ParseFieldMatcher in favour of using ParseField directlyjavanna
2016-12-30Remove some usages of ParseFieldMatcher in favour of using ParseField directlyjavanna
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-11-10Clean up of Script.Jack Conradson
2016-10-19Fixes bug preventing script sort working on top_hits aggregation (#21023)Colin Goodheart-Smithe
2016-10-11Ensure source filtering automatons are only compiled once (#20857)Simon Willnauer
2016-10-05add extra safety when accessing scripts or now and reqeusts are cachedSimon Willnauer
2016-10-04Add a #markAsNotCachable() method to context to mark requests as not cachableSimon Willnauer
2016-09-13Fixed naming inconsistency for fields/stored_fields in the APIs (#20166)Jim Ferenczi
2016-09-06* Removed `script.default_lang` setting and made `painless` the hardcoded def...Martijn van Groningen
2016-08-24Add the ability to disable the retrieval of the stored fields entirelyJim Ferenczi
2016-08-16Switch aggregation registration for push to pullNik Everett
2016-08-12Move all FetchSubPhases to `o.e.search.fetch.subphase`Nik Everett
2016-07-12Migrate top_hits, histogram, and ip_range aggregations to NamedWriteableNik Everett
2016-07-04Restore reverted change now that alpha4 is out:Jim Ferenczi
2016-06-27Revert "Rename `fields` to `stored_fields` and add `docvalue_fields`"Jim Ferenczi
2016-06-22Rename `fields` to `stored_fields` and add `docvalue_fields`Jim Ferenczi
2016-06-01AggregatorBuilder and PipelineAggregatorBuilder do not need generics. #18368Adrien Grand
2016-05-19Rename AggregatorBuilder and all of its subclasses toAli Beyad