| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.warmer.put | |
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.action.search.type | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support | |
| org.elasticsearch.client.transport | |
| org.elasticsearch.rest.action.search | |
| org.elasticsearch.search.action | |
| org.elasticsearch.search.controller | |
| org.elasticsearch.search.fetch | |
| org.elasticsearch.search.internal | |
| org.elasticsearch.search.query |
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
PutWarmerRequest.searchRequest()
|
| Modifier and Type | Method and Description |
|---|---|
PutWarmerRequest |
PutWarmerRequest.searchRequest(SearchRequest
Sets the search request to warm.
|
PutWarmerRequestBuilder |
PutWarmerRequestBuilder.setSearchRequest(SearchRequest
Sets the search request to use to warm the index when applicable.
|
| Modifier and Type | Method and Description |
|---|---|
SearchRequest |
SearchRequest.extraSource(byte[] source)
Allows to provide additional source that will be used as well.
|
SearchRequest |
SearchRequest.extraSource(byte[] source, int offset, int length)
Allows to provide additional source that will be used as well.
|
SearchRequest |
SearchRequest.extraSource(BytesReference
Allows to provide additional source that will be used as well.
|
SearchRequest |
SearchRequest.extraSource(Map
|
SearchRequest |
SearchRequest.extraSource(SearchSourceBuilder
Allows to provide additional source that will be used as well.
|
SearchRequest |
SearchRequest.extraSource(String
Allows to provide additional source that will use used as well.
|
SearchRequest |
SearchRequest.extraSource(XContentBuilder
|
SearchRequest |
SearchRequest.indices(String
Sets the indices the search will be executed on.
|
SearchRequest |
SearchRequest.indicesOptions(IndicesOptions
|
SearchRequest |
TransportSearchAction.newRequestInstance()
|
SearchRequest |
SearchRequest.preference(String
Sets the preference to execute the search.
|
SearchRequest |
SearchRequest.queryCache(Boolean
Sets if this request should use the query cache or not, assuming that it can (for example, if "now" is used, it will never be cached).
|
SearchRequest |
SearchRequestBuilder.request()
|
SearchRequest |
SearchRequest.routing(String
The routing values to control the shards that the search will be executed on.
|
SearchRequest |
SearchRequest.routing(String
A comma separated list of routing values to control the shards the search will be executed on.
|
SearchRequest |
SearchRequest.scroll(Scroll
If set, will enable scrolling of the search request.
|
SearchRequest |
SearchRequest.scroll(String
If set, will enable scrolling of the search request for the specified timeout.
|
SearchRequest |
SearchRequest.scroll(TimeValue
If set, will enable scrolling of the search request for the specified timeout.
|
SearchRequest |
SearchRequest.searchType(SearchType
The search type to execute, defaults to
SearchType.
|
SearchRequest |
SearchRequest.searchType(String
The a string representation search type to execute, defaults to
SearchType.
|
SearchRequest |
SearchRequest.source(byte[] source)
The search source to execute.
|
SearchRequest |
SearchRequest.source(byte[] source, int offset, int length)
The search source to execute.
|
SearchRequest |
SearchRequest.source(BytesReference
The search source to execute.
|
SearchRequest |
SearchRequest.source(Map
The source of the search request in the form of a map.
|
SearchRequest |
SearchRequest.source(SearchSourceBuilder
The source of the search request.
|
SearchRequest |
SearchRequest.source(String
The source of the search request.
|
SearchRequest |
SearchRequest.source(XContentBuilder
|
SearchRequest |
SearchRequest.templateSource(BytesReference
Allows to provide template as source.
|
SearchRequest |
SearchRequest.templateSource(String
The template of the search request.
|
SearchRequest |
SearchRequest.types(String
The document types to execute the search against.
|
| Modifier and Type | Method and Description |
|---|---|
List |
MultiSearchRequest.requests()
|
| Modifier and Type | Method and Description |
|---|---|
MultiSearchRequestBuilder |
MultiSearchRequestBuilder.add(SearchRequest
Add a search request to execute.
|
MultiSearchRequest |
MultiSearchRequest.add(SearchRequest
Add a search request to execute.
|
protected void |
TransportSearchAction.doExecute(SearchRequest
|
| Constructor and Description | |
|---|---|
SearchRequest(SearchRequest
Copy constructor that creates a new search request that is a copy of the one provided as an argument.
|
| Modifier and Type | Field and Description |
|---|---|
protected SearchRequest |
TransportSearchTypeAction.BaseAsyncAction.request
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportSearchDfsQueryAndFetchAction.doExecute(SearchRequest
|
protected void |
TransportSearchDfsQueryThenFetchAction.doExecute(SearchRequest
|
protected void |
TransportSearchCountAction.doExecute(SearchRequest
|
protected void |
TransportSearchQueryAndFetchAction.doExecute(SearchRequest
|
protected void |
TransportSearchScanAction.doExecute(SearchRequest
|
protected void |
TransportSearchQueryThenFetchAction.doExecute(SearchRequest
|
static ShardSearchTransportRequest |
TransportSearchHelper.internalSearchRequest(ShardRouting
|
| Constructor and Description | |
|---|---|
BaseAsyncAction(SearchRequest
|
| Modifier and Type | Method and Description |
|---|---|
static SearchRequest |
Requests.searchRequest(String
Creates a search request against one or more indices.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture |
Client.search(SearchRequest
Search across one or more indices and one or more types with a query.
|
void |
Client.search(SearchRequest
Search across one or more indices and one or more types with a query.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture |
AbstractClient.search(SearchRequest
|
void |
AbstractClient.search(SearchRequest
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture |
TransportClient.search(SearchRequest
|
void |
TransportClient.search(SearchRequest
|
| Modifier and Type | Method and Description |
|---|---|
static SearchRequest |
RestSearchAction.parseSearchRequest(RestRequest
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceTransportAction.sendFreeContext(DiscoveryNode
|
| Modifier and Type | Method and Description |
|---|---|
org |
SearchPhaseController.getLastEmittedDocPerShard(SearchRequest
|
| Constructor and Description | |
|---|---|
ShardFetchSearchRequest(SearchRequest
|
|
ShardFetchSearchRequest(SearchRequest
|
| Constructor and Description | |
|---|---|
ShardSearchTransportRequest(SearchRequest
|
| Constructor and Description | |
|---|---|
QuerySearchRequest(SearchRequest
|