Package | Description |
---|---|
org.elasticsearch.action.suggest |
Suggest action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport |
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 |
---|---|
protected void |
SuggestRequestBuilder.doExecute(ActionListener<SuggestResponse> listener) |
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) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<SuggestResponse> |
TransportClient.suggest(SuggestRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.suggest(SuggestRequest request,
ActionListener<SuggestResponse> listener) |
Copyright © 2009–2015. All rights reserved.