Uses of Class
org.elasticsearch.client.core.TermVectorsResponse.TermVector
-
Packages that use TermVectorsResponse.TermVector Package Description org.elasticsearch.client.core -
-
Uses of TermVectorsResponse.TermVector in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return TermVectorsResponse.TermVector Modifier and Type Method Description static TermVectorsResponse.TermVectorTermVectorsResponse.TermVector. fromXContent(XContentParser parser, String fieldName)Methods in org.elasticsearch.client.core that return types with arguments of type TermVectorsResponse.TermVector Modifier and Type Method Description List<TermVectorsResponse.TermVector>TermVectorsResponse. getTermVectorsList()Returns the list of term vectorsConstructor parameters in org.elasticsearch.client.core with type arguments of type TermVectorsResponse.TermVector Constructor Description TermVectorsResponse(String index, String type, String id, long version, boolean found, long tookInMillis, List<TermVectorsResponse.TermVector> termVectorList)
-