Class BoostQueryNodeBuilder
This builder basically reads the Lucene.Net.Search.Query object set on the BoostQueryNode child using QUERY_TREE_BUILDER_TAGID and applies the boost value defined in the BoostQueryNode.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Builders
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class BoostQueryNodeBuilder : IStandardQueryBuilder, IQueryBuilder<Query>
Constructors
BoostQueryNodeBuilder()
This builder basically reads the Lucene.Net.Search.Query object set on the BoostQueryNode child using QUERY_TREE_BUILDER_TAGID and applies the boost value defined in the BoostQueryNode.
Declaration
public BoostQueryNodeBuilder()
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 |