Package | Description |
---|---|
org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support | |
org.elasticsearch.client.transport | |
org.elasticsearch.index.termvectors |
Modifier and Type | Method and Description |
---|---|
TermVectorResponse |
MultiTermVectorsItemResponse.getResponse()
The actual get response, null if its a failure.
|
protected TermVectorResponse |
TransportSingleShardTermVectorAction.newResponse() |
TermVectorResponse |
TermVectorAction.newResponse() |
protected TermVectorResponse |
TransportSingleShardTermVectorAction.shardOperation(TermVectorRequest request,
ShardId shardId) |
Modifier and Type | Method and Description |
---|---|
void |
MultiTermVectorsShardResponse.add(int location,
TermVectorResponse response) |
Modifier and Type | Method and Description |
---|---|
protected void |
TermVectorRequestBuilder.doExecute(ActionListener<TermVectorResponse> listener) |
protected void |
TransportSingleShardTermVectorAction.doExecute(TermVectorRequest request,
ActionListener<TermVectorResponse> listener) |
Constructor and Description |
---|
MultiTermVectorsItemResponse(TermVectorResponse response,
MultiTermVectorsResponse.Failure failure) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<TermVectorResponse> |
Client.termVector(TermVectorRequest request)
An action that returns the term vectors for a specific document.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.termVector(TermVectorRequest request,
ActionListener<TermVectorResponse> listener)
An action that returns the term vectors for a specific document.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<TermVectorResponse> |
AbstractClient.termVector(TermVectorRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClient.termVector(TermVectorRequest request,
ActionListener<TermVectorResponse> listener) |
Modifier and Type | Method and Description |
---|---|
ActionFuture<TermVectorResponse> |
TransportClient.termVector(TermVectorRequest request) |
Modifier and Type | Method and Description |
---|---|
void |
TransportClient.termVector(TermVectorRequest request,
ActionListener<TermVectorResponse> listener) |
Modifier and Type | Method and Description |
---|---|
TermVectorResponse |
ShardTermVectorService.getTermVector(TermVectorRequest request,
String concreteIndex) |
Copyright © 2009–2015. All rights reserved.