org.apache.lucene.queryParser.standard.nodes
Class BooleanModifierNode
java.lang.Object
org.apache.lucene.queryParser.core.nodes.QueryNodeImpl
org.apache.lucene.queryParser.core.nodes.ModifierQueryNode
org.apache.lucene.queryParser.standard.nodes.BooleanModifierNode
- All Implemented Interfaces:
- Serializable, Cloneable, QueryNode
public class BooleanModifierNode
- extends ModifierQueryNode
A BooleanModifierNode has the same behaviour as
ModifierQueryNode, it only indicates that this modifier was added by
GroupQueryNodeProcessor and not by the user.
- See Also:
ModifierQueryNode,
Serialized Form
| Methods inherited from class org.apache.lucene.queryParser.core.nodes.QueryNodeImpl |
add, add, allocate, clone, containsTag, getChildren, getParent, getTag, getTags, isDefaultField, isLeaf, isRoot, set, setLeaf, setTag, unsetTag |
BooleanModifierNode
public BooleanModifierNode(QueryNode node,
ModifierQueryNode.Modifier mod)
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.