Uses of Class
org.elasticsearch.indices.TermsLookup
-
Packages that use TermsLookup Package Description org.elasticsearch.index.query org.elasticsearch.indices -
-
Uses of TermsLookup in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return TermsLookup Modifier and Type Method Description TermsLookupTermsQueryBuilder. termsLookup()Methods in org.elasticsearch.index.query with parameters of type TermsLookup Modifier and Type Method Description static TermsQueryBuilderQueryBuilders. termsLookupQuery(String name, TermsLookup termsLookup)A terms query that can extract the terms from another doc in an index.Constructors in org.elasticsearch.index.query with parameters of type TermsLookup Constructor Description TermsQueryBuilder(String fieldName, TermsLookup termsLookup) -
Uses of TermsLookup in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return TermsLookup Modifier and Type Method Description static TermsLookupTermsLookup. parseTermsLookup(XContentParser parser)TermsLookupTermsLookup. routing(String routing)
-