| Package | Description |
|---|---|
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
CountResponse |
CountAction.newResponse()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CountRequestBuilder.execute(ActionListener<CountResponse> listener)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<CountResponse> |
Client.count(CountRequest request)
Deprecated.
use
Client.search(SearchRequest) instead and set size to 0 |
| Modifier and Type | Method and Description |
|---|---|
void |
Client.count(CountRequest request,
ActionListener<CountResponse> listener)
Deprecated.
use
Client.search(SearchRequest, ActionListener) instead and set size to 0 |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<CountResponse> |
AbstractClient.count(CountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.count(CountRequest request,
ActionListener<CountResponse> listener) |
Copyright © 2009–2017. All rights reserved.