Uses of Class
org.elasticsearch.action.termvectors.TermVectorsResponse
-
Packages that use TermVectorsResponse Package Description org.elasticsearch.action.termvectors org.elasticsearch.client org.elasticsearch.client.support org.elasticsearch.index.termvectors -
-
Uses of TermVectorsResponse in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors that return TermVectorsResponse Modifier and Type Method Description TermVectorsResponseMultiTermVectorsItemResponse. getResponse()The actual get response,nullif its a failure.protected TermVectorsResponseTransportTermVectorsAction. shardOperation(TermVectorsRequest request, ShardId shardId)Methods in org.elasticsearch.action.termvectors that return types with arguments of type TermVectorsResponse Modifier and Type Method Description protected Writeable.Reader<TermVectorsResponse>TransportTermVectorsAction. getResponseReader()Methods in org.elasticsearch.action.termvectors with parameters of type TermVectorsResponse Modifier and Type Method Description voidMultiTermVectorsShardResponse. add(int location, TermVectorsResponse response)Method parameters in org.elasticsearch.action.termvectors with type arguments of type TermVectorsResponse Modifier and Type Method Description protected voidTransportTermVectorsAction. asyncShardOperation(TermVectorsRequest request, ShardId shardId, ActionListener<TermVectorsResponse> listener)Constructors in org.elasticsearch.action.termvectors with parameters of type TermVectorsResponse Constructor Description MultiTermVectorsItemResponse(TermVectorsResponse response, MultiTermVectorsResponse.Failure failure) -
Uses of TermVectorsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return types with arguments of type TermVectorsResponse Modifier and Type Method Description ActionFuture<TermVectorsResponse>Client. termVectors(TermVectorsRequest request)An action that returns the term vectors for a specific document.Method parameters in org.elasticsearch.client with type arguments of type TermVectorsResponse Modifier and Type Method Description voidClient. termVectors(TermVectorsRequest request, ActionListener<TermVectorsResponse> listener)An action that returns the term vectors for a specific document. -
Uses of TermVectorsResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support that return types with arguments of type TermVectorsResponse Modifier and Type Method Description ActionFuture<TermVectorsResponse>AbstractClient. termVectors(TermVectorsRequest request)Method parameters in org.elasticsearch.client.support with type arguments of type TermVectorsResponse Modifier and Type Method Description voidAbstractClient. termVectors(TermVectorsRequest request, ActionListener<TermVectorsResponse> listener) -
Uses of TermVectorsResponse in org.elasticsearch.index.termvectors
Methods in org.elasticsearch.index.termvectors that return TermVectorsResponse Modifier and Type Method Description static TermVectorsResponseTermVectorsService. getTermVectors(IndexShard indexShard, TermVectorsRequest request)
-