summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/action/search
AgeCommit message (Expand)Author
2017-06-29Remove QueryParseContext from parsing QueryBuilders (#25448)Christoph Büscher
2017-06-29Unify the result interfaces from get and search in Java client (#25361)olcbean
2017-06-13Add Cross Cluster Search support for scroll searches (#25094)Simon Willnauer
2017-06-09[Test] Extending parsing checks for SearchResponse (#25148)Christoph Büscher
2017-06-09[Test] Adding test for parsing SearchShardFailure leniently (#25144)Christoph Büscher
2017-06-08Automatically early terminate search query based on index sorting (#24864)Jim Ferenczi
2017-06-08Break out clear scroll logic from TransportClearScrollAction (#25125)Simon Willnauer
2017-06-02[Test] Reduce number of buckets in SearchResponseTests and AggregationsTests ...Tanguy Leroux
2017-06-01Extract a common base class for scroll executions (#24979)Simon Willnauer
2017-05-31Compute the took time of the query after the expand phase (#24902)Jim Ferenczi
2017-05-31[Test] Mute SearchResponseTests.testFromXContent()Tanguy Leroux
2017-05-29ClearScrollRequest to implement ToXContentObject (#24907)Luca Cavanna
2017-05-29SearchScrollRequest to implement ToXContentObject (#24906)Luca Cavanna
2017-05-26Support Multiple Collapse Inner HitsMatt Weber
2017-05-19SearchResponse#fromXContent to not require START_OBJECT as current token (#24...Luca Cavanna
2017-05-17Add fromXContent method to SearchResponse (#24720)Luca Cavanna
2017-05-17Fix ExpandSearchPhase when response contains no hits (#24688)Jim Ferenczi
2017-05-05Expand cross cluster search indices for search requests to the concrete index...Simon Willnauer
2017-05-03Preserve cluster alias throughout search execution to lookup nodes by cluster...Simon Willnauer
2017-05-02Move RemoteClusterService into TransportService (#24424)Simon Willnauer
2017-05-02Extract a common base class to allow services to listen to remote cluster con...Simon Willnauer
2017-04-26Cross Cluster Search: propagate original indices per cluster (#24328)Luca Cavanna
2017-04-11Wildcard cluster names for cross cluster search (#23985)Tim Brooks
2017-04-11Add a dedicated TransportRemoteInfoAction for consistency (#24040)Simon Willnauer
2017-04-11Add cross-cluster search remote cluster info API (#23969)Simon Willnauer
2017-04-10Introduce incremental reduction of TopDocs (#23946)Simon Willnauer
2017-04-05Simplify sorted top docs merging in SearchPhaseController (#23881)Simon Willnauer
2017-04-05[TEST] make sure that fromXContent doesn't rely on keys ordering (#23901)Luca Cavanna
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-04-01Fix cross-cluster remote node gateway attributesJason Tedor
2017-03-31Cleanup SearchPhaseController interface (#23844)Simon Willnauer
2017-03-30Streamline shard index availability in all SearchPhaseResults (#23788)Simon Willnauer
2017-03-20Search took time should use a relative clockJason Tedor
2017-03-12Honor max concurrent searches in multi-searchJason Tedor
2017-03-09Avoid stack overflow in multi-searchJason Tedor
2017-03-02Adds cluster state size to /_cluster/state response (#23440)Ali Beyad
2017-02-27Factor out filling of TopDocs in SearchPhaseController (#23380)Simon Willnauer
2017-02-23Remove unnecessary result sorting in SearchPhaseController (#23321)Simon Willnauer
2017-02-21Expose `batched_reduce_size` via `_search` (#23288)Simon Willnauer
2017-02-21First step towards incremental reduction of query responses (#23253)Simon Willnauer
2017-02-14Add ExpandSearchPhase as a successor for the FetchSearchPhase (#23165)Simon Willnauer
2017-02-14Detach SearchPhases from AbstractSearchAsyncAction (#23118)Simon Willnauer
2017-02-08Fold InternalSearchHits and friends into their interfaces (#23042)Simon Willnauer
2017-02-08Separate reduce (aggs, suggest and profile) from merging fetched hits (#23017)Simon Willnauer
2017-02-07Add support for newline delimited JSON Content-Type (#22947)Jay Modi
2017-02-06Remove QUERY_AND_FETCH search type (#22996)Simon Willnauer
2017-02-02Optionally require a valid content type for all rest requests with content (#...Jay Modi
2017-01-27First step towards separating individual search phases (#22802)Simon Willnauer
2017-01-26Add parsing method for ElasticsearchException.generateThrowableXContent() (#2...Tanguy Leroux
2017-01-24Include human readable responses in response parsing tests (#22717)Christoph Büscher