| Package | Description |
|---|---|
| org.elasticsearch.index.query |
| Modifier and Type | Method and Description |
|---|---|
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.lookupId(String lookupId)
Sets the doc id to lookup the terms from.
|
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.lookupIndex(String lookupIndex)
Sets the index name to lookup the terms from.
|
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.lookupPath(String lookupPath)
Sets the path within the document to lookup the terms from.
|
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.lookupRouting(String lookupRouting) |
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.lookupType(String lookupType)
Sets the index type to lookup the terms from.
|
TermsLookupQueryBuilder |
TermsLookupQueryBuilder.queryName(String queryName)
Sets the filter name for the filter that can be used when searching for matched_filters per hit.
|
static TermsLookupQueryBuilder |
QueryBuilders.termsLookupQuery(String name)
A terms lookup filter for the provided field name.
|
Copyright © 2009–2017. All rights reserved.