| Package | Description |
|---|---|
| org.elasticsearch.action.percolate | |
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
MultiPercolateResponse |
MultiPercolateAction.newResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportMultiPercolateAction.doExecute(MultiPercolateRequest request,
ActionListener<MultiPercolateResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<MultiPercolateResponse> |
Client.multiPercolate(MultiPercolateRequest request)
Performs multiple percolate requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.multiPercolate(MultiPercolateRequest request,
ActionListener<MultiPercolateResponse> listener)
Performs multiple percolate requests.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<MultiPercolateResponse> |
AbstractClient.multiPercolate(MultiPercolateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.multiPercolate(MultiPercolateRequest request,
ActionListener<MultiPercolateResponse> listener) |
Copyright © 2009–2017. All rights reserved.