Class | Description |
---|---|
ClearScrollAction | |
ClearScrollRequest | |
ClearScrollRequestBuilder | |
ClearScrollResponse | |
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 | |
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.
|
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. |
SearchTask |
Task storing information about a currently running search request.
|
SearchTransportService |
An encapsulation of
SearchService operations exposed through
transport. |
SearchTransportService.CanMatchResponse | |
SearchTransportService.SearchFreeContextResponse | |
ShardSearchFailure |
Represents a failure to search on a specific shard.
|
TransportClearScrollAction | |
TransportMultiSearchAction | |
TransportSearchAction | |
TransportSearchScrollAction |
Enum | Description |
---|---|
SearchType |
Search type represent the manner at which the search operation is executed.
|
Exception | Description |
---|---|
ReduceSearchPhaseException |
A failure during a reduce phase (when receiving results from several shards, and reducing them
into one or more results and possible actions).
|
SearchPhaseExecutionException |