public class StandardBooleanQueryNodeBuilder extends Object implements StandardQueryBuilder
BooleanQueryNodeBuilder
, but this
considers if the built BooleanQuery
should have its coord disabled or
not. BooleanQueryNodeBuilder
,
BooleanQuery
,
Similarity.coord(int, int)
Constructor and Description |
---|
StandardBooleanQueryNodeBuilder() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.BooleanQuery |
build(QueryNode queryNode)
Builds some kind of object from a query tree.
|
public org.apache.lucene.search.BooleanQuery build(QueryNode queryNode) throws QueryNodeException
QueryBuilder
build
in interface QueryBuilder
build
in interface StandardQueryBuilder
queryNode
- the query tree root nodeQueryNodeException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.