|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryParser.standard.builders.StandardBooleanQueryNodeBuilder
public class StandardBooleanQueryNodeBuilder
This builder does the same as the BooleanQueryNodeBuilder
, but this
considers if the built BooleanQuery
should have its coord disabled or
not.
BooleanQueryNodeBuilder
,
BooleanQuery
,
Similarity.coord(int, int)
Constructor Summary | |
---|---|
StandardBooleanQueryNodeBuilder()
|
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 StandardBooleanQueryNodeBuilder()
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 |