summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/TopHitsAggregatorFactory.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-09-22aggs: Changed how top_hits initialises leaf collectorsMartijn van Groningen
2017-01-10Remove InternalAggregation.Type (#22511)Nik Everett
2016-12-13Remove `AggregationContext`. (#22124)Adrien Grand
2016-10-19Fixes bug preventing script sort working on top_hits aggregation (#21023)Colin Goodheart-Smithe
2016-10-06Merge branch 'master' into dont_cache_scriptsColin Goodheart-Smithe
2016-10-06The `top_hits` aggregation should compile scripts only once. (#20738)Adrien Grand
2016-10-05fix check style errorsColin Goodheart-Smithe
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-09make docValueFields similar to other standard sub fetch phasesjavanna
2016-08-24Add the ability to disable the retrieval of the stored fields entirelyJim Ferenczi
2016-08-12Move all FetchSubPhases to `o.e.search.fetch.subphase`Nik Everett
2016-07-25Rename FieldDataFieldsContext and FieldDataFieldsFetchSubPhase in DocValueFie...Jim Ferenczi
2016-06-28Scripts: Remove ClusterState from compile apiRyan Ernst
2016-05-06Allow binary sort values. #17959Adrien Grand
2016-04-22Changed indexed scripts to be stored in the cluster state instead of the `.sc...Martijn van Groningen
2016-04-05Add shuffling xContent to aggregation testsChristoph Büscher
2016-03-30Refactored inner hits parsing and intoduced InnerHitBuilderMartijn van Groningen
2016-03-23Switch to using refactored SortBuilder in SearchSourceBuilder and elsewhereChristoph Büscher
2016-02-10Made AggregatorFactory fields final and removed AggregationContext from creat...Colin Goodheart-Smithe
2016-02-09Merge branch 'master' into feature/aggs-refactoringColin Goodheart-Smithe
2016-02-08Make AggregatorFactory fully immutable by requiring the parent, subFactories ...Colin Goodheart-Smithe
2016-02-08Split AggregatorFactory into AggregatorBuilder and AggregatorFactoryColin Goodheart-Smithe