Class StandardBooleanQueryNode
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.
Implements
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardBooleanQueryNode : BooleanQueryNode, IQueryNode
Constructors
StandardBooleanQueryNode(IList<IQueryNode>, bool)
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.
Declaration
public StandardBooleanQueryNode(IList<IQueryNode> clauses, bool disableCoord)
Parameters
Type | Name | Description |
---|---|---|
IList<IQueryNode> | clauses | |
bool | disableCoord |
See Also
Properties
DisableCoord
A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.
Declaration
public virtual bool DisableCoord { get; }
Property Value
Type | Description |
---|---|
bool |