| Package | Description |
|---|---|
| org.elasticsearch.action.exists |
Exists action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
ExistsResponse |
ExistsAction.newResponse() |
protected ExistsResponse |
TransportExistsAction.newResponse(ExistsRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportExistsAction.doExecute(Task task,
ExistsRequest request,
ActionListener<ExistsResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ExistsResponse> |
Client.exists(ExistsRequest request)
Deprecated.
use
Client.search(SearchRequest) instead and set `size` to `0` and `terminate_after` to `1` |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.exists(ExistsRequest request,
ActionListener<ExistsResponse> listener)
Deprecated.
use
Client.search(SearchRequest, ActionListener) instead and set `size` to `0` and `terminate_after` to `1` |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ExistsResponse> |
AbstractClient.exists(ExistsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.exists(ExistsRequest request,
ActionListener<ExistsResponse> listener) |
Copyright © 2009–2017. All rights reserved.