public static class NestedQueryParser.ToBlockJoinQueryBuilder extends NestedInnerQueryParseSupport
childDocumentMapper, 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(Tuple<String,SubSearchContext> 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(Tuple<String,SubSearchContext> innerHits)
@Nullable public org.apache.lucene.search.join.ToParentBlockJoinQuery build() throws IOException
IOException
Copyright © 2009–2015. All rights reserved.