Class StandardBooleanQueryNodeBuilder
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built BooleanQuery should have its coord disabled or not.
Inheritance
System.Object
StandardBooleanQueryNodeBuilder
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)
System.Object.ToString()
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Builders
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardBooleanQueryNodeBuilder : IStandardQueryBuilder, IQueryBuilder<Query>
Constructors
| Improve this Doc View SourceStandardBooleanQueryNodeBuilder()
Declaration
public StandardBooleanQueryNodeBuilder()
Methods
| Improve this Doc View SourceBuild(IQueryNode)
Declaration
public virtual Query Build(IQueryNode queryNode)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | queryNode |
Returns
Type | Description |
---|---|
Query |