Class StandardBooleanQueryNodeBuilder
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built Lucene.Net.Search.BooleanQuery should have its coord disabled or not.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Builders
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class StandardBooleanQueryNodeBuilder : IStandardQueryBuilder, IQueryBuilder<Query>
Constructors
StandardBooleanQueryNodeBuilder()
This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built Lucene.Net.Search.BooleanQuery should have its coord disabled or not.
Declaration
public StandardBooleanQueryNodeBuilder()
See Also
Methods
Build(IQueryNode)
Builds some kind of object from a query tree.
Declaration
public virtual Query Build(IQueryNode queryNode)
Parameters
Type | Name | Description |
---|---|---|
IQueryNode | queryNode | the query tree root node |
Returns
Type | Description |
---|---|
Query | some object generated from the query tree |