org.apache.lucene.queryParser.standard.nodes
Class StandardBooleanQueryNode
java.lang.Object
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
org.apache.lucene.queryParser.standard.nodes.StandardBooleanQueryNode
- All Implemented Interfaces:
- Serializable, Cloneable, QueryNode
public class StandardBooleanQueryNode
- extends BooleanQueryNode
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:
Similarity.coord(int, int)
,
BooleanQuery
,
Serialized Form
Methods inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl |
add, add, allocate, clone, containsTag, containsTag, getChildren, getParent, getTag, getTag, getTagMap, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, setTag, unsetTag, unsetTag |
StandardBooleanQueryNode
public StandardBooleanQueryNode(List<QueryNode> clauses,
boolean disableCoord)
- Parameters:
clauses
-
isDisableCoord
public boolean isDisableCoord()