public static class NestedQueryParser.ToBlockJoinQueryBuilder extends NestedInnerQueryParseSupport
childFilter, filterFound, nestedObjectMapper, parentFilter, parseContext, path, queryFound
Constructor and Description |
---|
ToBlockJoinQueryBuilder(QueryParseContext parseContext) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.join.ToParentBlockJoinQuery |
build() |
void |
setInnerHits(InnerHitsSubSearchContext innerHits) |
void |
setScoreMode(org.apache.lucene.search.join.ScoreMode scoreMode) |
filter, filterFound, getInnerFilter, getInnerQuery, getNestedObjectMapper, getParentObjectMapper, getPath, query, queryFound, setPath
public ToBlockJoinQueryBuilder(QueryParseContext parseContext) throws IOException
IOException
public void setScoreMode(org.apache.lucene.search.join.ScoreMode scoreMode)
public void setInnerHits(InnerHitsSubSearchContext innerHits)
@Nullable public org.apache.lucene.search.join.ToParentBlockJoinQuery build() throws IOException
IOException
Copyright © 2009–2016. All rights reserved.