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 |
---|---|
AnalyzeRequest |
AnalyzeRequest.analyzer(String analyzer) |
AnalyzeRequest |
AnalyzeRequest.charFilters(String... charFilters) |
AnalyzeRequest |
AnalyzeRequest.field(String field) |
protected AnalyzeRequest |
TransportAnalyzeAction.newRequest() |
AnalyzeRequest |
AnalyzeRequest.tokenFilters(String... tokenFilters) |
AnalyzeRequest |
AnalyzeRequest.tokenizer(String tokenizer) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TransportAnalyzeAction.resolveIndex(AnalyzeRequest request) |
protected AnalyzeResponse |
TransportAnalyzeAction.shardOperation(AnalyzeRequest request,
ShardId shardId) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<AnalyzeResponse> |
IndicesAdminClient.analyze(AnalyzeRequest request)
Analyze text under the provided index.
|
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) |
void |
AbstractIndicesAdminClient.analyze(AnalyzeRequest request,
ActionListener<AnalyzeResponse> listener) |
Copyright © 2009–2015. All rights reserved.