|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryParser.standard.builders.BooleanQueryNodeBuilder
public class BooleanQueryNodeBuilder
Builds a BooleanQuery
object from a BooleanQueryNode
object.
Every children in the BooleanQueryNode
object must be already tagged
using QueryTreeBuilder.QUERY_TREE_BUILDER_TAGID
with a Query
object.
It takes in consideration if the children is a ModifierQueryNode
to
define the BooleanClause
.
Constructor Summary | |
---|---|
BooleanQueryNodeBuilder()
|
Method Summary | |
---|---|
BooleanQuery |
build(QueryNode queryNode)
Builds some kind of object from a query tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanQueryNodeBuilder()
Method Detail |
---|
public BooleanQuery build(QueryNode queryNode) throws QueryNodeException
QueryBuilder
build
in interface QueryBuilder
build
in interface StandardQueryBuilder
queryNode
- the query tree root node
QueryNodeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |