Show / Hide Table of Contents

    Class BoostQueryNodeBuilder

    This builder basically reads the object set on the BoostQueryNode child using QUERY_TREE_BUILDER_TAGID and applies the boost value defined in the BoostQueryNode.

    Inheritance
    System.Object
    BoostQueryNodeBuilder
    Implements
    IStandardQueryBuilder
    IQueryBuilder<Query>
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Builders
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class BoostQueryNodeBuilder : object, IStandardQueryBuilder, IQueryBuilder<Query>

    Constructors

    | Improve this Doc View Source

    BoostQueryNodeBuilder()

    Declaration
    public BoostQueryNodeBuilder()

    Methods

    | Improve this Doc View Source

    Build(IQueryNode)

    Declaration
    public virtual Query Build(IQueryNode queryNode)
    Parameters
    Type Name Description
    IQueryNode queryNode
    Returns
    Type Description
    Query

    Implements

    IStandardQueryBuilder
    IQueryBuilder<TQuery>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)