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
-
- All Implemented Interfaces:
java.lang.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
-
-
Field Summary
-
Fields inherited from class org.apache.lucene.queryparser.flexible.core.nodes.QueryNodeImpl
PLAINTEXT_FIELD_NAME
-
-
Constructor Summary
Constructors Constructor Description StandardBooleanQueryNode(java.util.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.flexible.core.nodes.BooleanQueryNode
cloneTree, toQueryString, toString
-
Methods 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 Detail
-
StandardBooleanQueryNode
public StandardBooleanQueryNode(java.util.List<QueryNode> clauses, boolean disableCoord)
-
-