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
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardBooleanQueryNode : BooleanQueryNode, IQueryNode
Constructors
| Improve this Doc View SourceStandardBooleanQueryNode(IList<IQueryNode>, Boolean)
Declaration
public StandardBooleanQueryNode(IList<IQueryNode> clauses, bool disableCoord)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IQueryNode> | clauses | |
System.Boolean | disableCoord |
Properties
| Improve this Doc View SourceDisableCoord
Declaration
public virtual bool DisableCoord { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
See Also
Lucene.Net.Search.BooleanQuery