Class StandardBooleanQueryNode
Inheritance
System.Object
StandardBooleanQueryNode
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardBooleanQueryNode : BooleanQueryNode, IQueryNode
Constructors
|
Improve this Doc
View Source
StandardBooleanQueryNode(IList<IQueryNode>, Boolean)
Declaration
public StandardBooleanQueryNode(IList<IQueryNode> clauses, bool disableCoord)
Parameters
Type |
Name |
Description |
IList<IQueryNode> |
clauses |
|
System.Boolean |
disableCoord |
|
Properties
|
Improve this Doc
View Source
DisableCoord
Declaration
public virtual bool DisableCoord { get; }
Property Value
Type |
Description |
System.Boolean |
|
Implements