Class StandardBooleanQueryNode
java.lang.Object
org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
org.apache.lucene.queryparser.flexible.standard.nodes.StandardBooleanQueryNode
A
StandardBooleanQueryNode has the same behavior as
BooleanQueryNode. It only indicates if the coord should be enabled or
not for this boolean query. - See Also:
-
Field Summary
Fields inherited from class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
PLAINTEXT_FIELD_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queryparser.flexible.core.nodes.BooleanQueryNode
cloneTree, toQueryString, toStringMethods inherited from class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
add, add, clone, containsTag, getChildren, getParent, getTag, getTagMap, isLeaf, removeFromParent, set, setTag, unsetTag
-
Constructor Details
-
StandardBooleanQueryNode
-
-
Method Details
-
isDisableCoord
public boolean isDisableCoord()
-