Show / Hide Table of Contents

    Class StandardBooleanQueryNodeBuilder

    This builder does the same as the BooleanQueryNodeBuilder, but this considers if the built should have its coord disabled or not.

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

    Constructors

    | Improve this Doc View Source

    StandardBooleanQueryNodeBuilder()

    Declaration
    public StandardBooleanQueryNodeBuilder()

    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>

    See Also

    BooleanQueryNodeBuilder
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)