Uses of Class
org.elasticsearch.client.core.TermVectorsRequest
-
Packages that use TermVectorsRequest Package Description org.elasticsearch.client org.elasticsearch.client.core -
-
Uses of TermVectorsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type TermVectorsRequest Modifier and Type Method Description TermVectorsResponseRestHighLevelClient. termvectors(TermVectorsRequest request, RequestOptions options)Calls the Term Vectors API See Term Vectors API on elastic.coCancellableRestHighLevelClient. termvectorsAsync(TermVectorsRequest request, RequestOptions options, ActionListener<TermVectorsResponse> listener)Asynchronously calls the Term Vectors API See Term Vectors API on elastic.co -
Uses of TermVectorsRequest in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core with parameters of type TermVectorsRequest Modifier and Type Method Description voidMultiTermVectorsRequest. add(TermVectorsRequest request)Adds anotherTermVectorsRequestto thisMultiTermVectorsRequestConstructors in org.elasticsearch.client.core with parameters of type TermVectorsRequest Constructor Description MultiTermVectorsRequest(String[] ids, TermVectorsRequest template)Constructs a MultiTermVectorsRequest from the given document ids and a templateTermVectorsRequest.
-