| Package | Description |
|---|---|
| org.elasticsearch.action.search |
Search action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support | |
| org.elasticsearch.rest.action.search | |
| org.elasticsearch.search.action |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportClearScrollAction.doExecute(ClearScrollRequest request,
ActionListener<ClearScrollResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClearScrollResponse> |
Client.clearScroll(ClearScrollRequest request)
Clears the search contexts associated with specified scroll ids.
|
void |
Client.clearScroll(ClearScrollRequest request,
ActionListener<ClearScrollResponse> listener)
Clears the search contexts associated with specified scroll ids.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ClearScrollResponse> |
AbstractClient.clearScroll(ClearScrollRequest request) |
void |
AbstractClient.clearScroll(ClearScrollRequest request,
ActionListener<ClearScrollResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestClearScrollAction.buildFromContent(BytesReference content,
ClearScrollRequest clearScrollRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchServiceTransportAction.sendClearAllScrollContexts(DiscoveryNode node,
ClearScrollRequest request,
ActionListener<TransportResponse> listener) |
void |
SearchServiceTransportAction.sendFreeContext(DiscoveryNode node,
long contextId,
ClearScrollRequest request,
ActionListener<SearchServiceTransportAction.SearchFreeContextResponse> listener) |
Copyright © 2009–2017. All rights reserved.