Class BooleanModifierNode
A BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added by GroupQueryNodeProcessor and not by the user.
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class BooleanModifierNode : ModifierQueryNode, IQueryNode
Constructors
BooleanModifierNode(IQueryNode, Modifier)
A BooleanModifierNode has the same behaviour as ModifierQueryNode, it only indicates that this modifier was added by GroupQueryNodeProcessor and not by the user.
Declaration
public BooleanModifierNode(IQueryNode node, Modifier mod)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | node | |
Modifier | mod |