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