| 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 |
|---|---|
PercolateResponse |
MultiPercolateResponse.Item.getResponse() |
PercolateResponse |
PercolateAction.newResponse() |
protected PercolateResponse |
TransportPercolateAction.newResponse(PercolateRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
static PercolateResponse |
TransportPercolateAction.reduce(PercolateRequest request,
AtomicReferenceArray shardsResponses,
PercolatorService percolatorService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportPercolateAction.doExecute(Task task,
PercolateRequest request,
ActionListener<PercolateResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PercolateResponse> |
Client.percolate(PercolateRequest request)
Percolates a request returning the matches documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.percolate(PercolateRequest request,
ActionListener<PercolateResponse> listener)
Percolates a request returning the matches documents.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<PercolateResponse> |
AbstractClient.percolate(PercolateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.percolate(PercolateRequest request,
ActionListener<PercolateResponse> listener) |
Copyright © 2009–2017. All rights reserved.