Uses of Class
org.elasticsearch.client.core.TermVectorsResponse
-
Packages that use TermVectorsResponse Package Description org.elasticsearch.client org.elasticsearch.client.core -
-
Uses of TermVectorsResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return TermVectorsResponse Modifier and Type Method Description TermVectorsResponseRestHighLevelClient. termvectors(TermVectorsRequest request, RequestOptions options)Calls the Term Vectors API See Term Vectors API on elastic.coMethod parameters in org.elasticsearch.client with type arguments of type TermVectorsResponse Modifier and Type Method Description CancellableRestHighLevelClient. termvectorsAsync(TermVectorsRequest request, RequestOptions options, ActionListener<TermVectorsResponse> listener)Asynchronously calls the Term Vectors API See Term Vectors API on elastic.co -
Uses of TermVectorsResponse in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return TermVectorsResponse Modifier and Type Method Description static TermVectorsResponseTermVectorsResponse. fromXContent(XContentParser parser)Methods in org.elasticsearch.client.core that return types with arguments of type TermVectorsResponse Modifier and Type Method Description List<TermVectorsResponse>MultiTermVectorsResponse. getTermVectorsResponses()Returns the list ofTermVectorsResponsefor thisMultiTermVectorsResponseConstructor parameters in org.elasticsearch.client.core with type arguments of type TermVectorsResponse Constructor Description MultiTermVectorsResponse(List<TermVectorsResponse> responses)
-