Uses of Class
org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
-
Packages that use TermVectorsResponse.TermVector.Term Package Description org.elasticsearch.client.core -
-
Uses of TermVectorsResponse.TermVector.Term in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return TermVectorsResponse.TermVector.Term Modifier and Type Method Description static TermVectorsResponse.TermVector.TermTermVectorsResponse.TermVector.Term. fromXContent(XContentParser parser, String term)Methods in org.elasticsearch.client.core that return types with arguments of type TermVectorsResponse.TermVector.Term Modifier and Type Method Description List<TermVectorsResponse.TermVector.Term>TermVectorsResponse.TermVector. getTerms()Returns the list of terms for the current term vectorConstructor parameters in org.elasticsearch.client.core with type arguments of type TermVectorsResponse.TermVector.Term Constructor Description TermVector(String fieldName, TermVectorsResponse.TermVector.FieldStatistics fieldStatistics, List<TermVectorsResponse.TermVector.Term> terms)
-