Uses of Class
org.elasticsearch.action.termvectors.TermVectorsAction
-
Packages that use TermVectorsAction Package Description org.elasticsearch.action.termvectors -
-
Uses of TermVectorsAction in org.elasticsearch.action.termvectors
Fields in org.elasticsearch.action.termvectors declared as TermVectorsAction Modifier and Type Field Description static TermVectorsActionTermVectorsAction. INSTANCEConstructors in org.elasticsearch.action.termvectors with parameters of type TermVectorsAction Constructor Description TermVectorsRequestBuilder(ElasticsearchClient client, TermVectorsAction action)TermVectorsRequestBuilder(ElasticsearchClient client, TermVectorsAction action, String index, String type, String id)Constructs a new term vector request builder for a document that will be fetch from the provided index.
-