Package | Description |
---|---|
org.elasticsearch.action.admin.indices.analyze | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
protected AnalyzeResponse |
TransportAnalyzeAction.newResponse() |
AnalyzeResponse |
AnalyzeAction.newResponse() |
protected AnalyzeResponse |
TransportAnalyzeAction.shardOperation(AnalyzeRequest request,
ShardId shardId) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnalyzeRequestBuilder.doExecute(ActionListener<AnalyzeResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<AnalyzeResponse> |
IndicesAdminClient.analyze(AnalyzeRequest request)
Analyze text under the provided index.
|
Modifier and Type | Method and Description |
---|---|
void |
IndicesAdminClient.analyze(AnalyzeRequest request,
ActionListener<AnalyzeResponse> listener)
Analyze text under the provided index.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<AnalyzeResponse> |
AbstractIndicesAdminClient.analyze(AnalyzeRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractIndicesAdminClient.analyze(AnalyzeRequest request,
ActionListener<AnalyzeResponse> listener) |
Copyright © 2009–2015. All rights reserved.