| Interface | Description |
|---|---|
| ShardSearchRequest |
Shard level request that represents a search.
|
| Class | Description |
|---|---|
| AliasFilter |
Represents a
QueryBuilder and a list of alias names that filters the builder is composed of. |
| ContextIndexSearcher |
Context-aware extension of
IndexSearcher. |
| FilteredSearchContext | |
| InternalScrollSearchRequest | |
| InternalSearchResponse |
SearchResponseSections subclass that can be serialized over the wire. |
| ScrollContext |
Wrapper around information that needs to stay around when scrolling.
|
| SearchContext |
This class encapsulates the state needed to execute a search.
|
| ShardSearchLocalRequest |
Shard level search request that gets created and consumed on the local node.
|
| ShardSearchTransportRequest |
Shard level search request that represents an actual search sent from the coordinating node to the nodes holding
the shards where the query needs to be executed.
|
| SubSearchContext |
| Enum | Description |
|---|---|
| SearchContext.Lifetime |
The life time of an object that is used during search execution.
|