| Package | Description |
|---|---|
| org.elasticsearch.action.suggest |
Suggest action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Modifier and Type | Method and Description |
|---|---|
SuggestResponse |
SuggestAction.newResponse() |
protected SuggestResponse |
TransportSuggestAction.newResponse(SuggestRequest request,
AtomicReferenceArray shardsResponses,
ClusterState clusterState) |
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SuggestResponse> |
Client.suggest(SuggestRequest request)
Suggestion matching a specific phrase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.suggest(SuggestRequest request,
ActionListener<SuggestResponse> listener)
Suggestions matching a specific phrase.
|
| Modifier and Type | Method and Description |
|---|---|
ActionFuture<SuggestResponse> |
AbstractClient.suggest(SuggestRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.suggest(SuggestRequest request,
ActionListener<SuggestResponse> listener) |
Copyright © 2009–2017. All rights reserved.