| Package | Description |
|---|---|
| org.elasticsearch.action.explain |
Explain action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
protected ExplainResponse |
TransportExplainAction.newResponse() |
ExplainResponse |
ExplainAction.newResponse() |
protected ExplainResponse |
TransportExplainAction.shardOperation(ExplainRequest request,
ShardId shardId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TransportExplainAction.doExecute(ExplainRequest request,
ActionListener<ExplainResponse> listener) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ExplainResponse> |
Client.explain(ExplainRequest request)
Computes a score explanation for the specified request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.explain(ExplainRequest request,
ActionListener<ExplainResponse> listener)
Computes a score explanation for the specified request.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<ExplainResponse> |
AbstractClient.explain(ExplainRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.explain(ExplainRequest request,
ActionListener<ExplainResponse> listener) |
Copyright © 2009–2017. All rights reserved.