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
AStandardBooleanQueryNode
has the same behavior asBooleanQueryNode
. It only indicates if the coord should be enabled or not for this boolean query.- See Also:
Similarity.coord(int, int)
,BooleanQuery
, Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
PLAINTEXT_FIELD_NAME, toQueryStringIgnoreFields
-
-
Constructor Summary
Constructors Constructor Description StandardBooleanQueryNode(List<QueryNode> clauses, boolean disableCoord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isDisableCoord()
-
Methods inherited from class org.apache.lucene.queryParser.core.nodes.BooleanQueryNode
cloneTree, toQueryString, toString
-
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
-
-