| ClearScrollAction |
|
| ClearScrollRequest |
|
| ClearScrollRequestBuilder |
|
| ClearScrollResponse |
|
| MaxScoreCollector |
A collector that computes the maximum score.
|
| MultiSearchAction |
|
| MultiSearchRequest |
A multi search API request.
|
| MultiSearchRequestBuilder |
A request builder for multiple search requests.
|
| MultiSearchResponse |
A multi search response.
|
| MultiSearchResponse.Item |
A search response item, holding the actual search response, or an error message if it failed.
|
| SearchAction |
|
| SearchExecutionStatsCollector |
A wrapper of search action listeners (search results) that unwraps the query
result to get the piggybacked queue size and service time EWMA, adding those
values to the coordinating nodes' ResponseCollectorService.
|
| SearchPhaseController |
|
| SearchPhaseController.ReducedQueryPhase |
|
| SearchRequest |
A request to execute search against one or more indices (or all).
|
| SearchRequestBuilder |
A search action request builder.
|
| SearchResponse |
A response of a search request.
|
| SearchResponse.Clusters |
Holds info about the clusters that the search was executed on: how many in total, how many of them were successful
and how many of them were skipped.
|
| SearchResponseSections |
Base class that holds the various sections which a search response is
composed of (hits, aggs, suggestions etc.) and allows to retrieve them.
|
| SearchScrollAction |
|
| SearchScrollRequest |
|
| SearchScrollRequestBuilder |
A search scroll action request builder.
|
| SearchShardIterator |
Extension of PlainShardIterator used in the search api, which also holds the OriginalIndices
of the search request (useful especially with cross-cluster search, as each cluster has its own set of original indices) as well as
the cluster alias.
|
| SearchTask |
Task storing information about a currently running search request.
|
| SearchTransportService |
An encapsulation of SearchService operations exposed through
transport.
|
| SearchTransportService.SearchFreeContextResponse |
|
| ShardSearchFailure |
Represents a failure to search on a specific shard.
|
| TransportClearScrollAction |
|
| TransportMultiSearchAction |
|
| TransportSearchAction |
|
| TransportSearchScrollAction |
|