Show / Hide Table of Contents

    Class BooleanQueryNodeBuilder

    Builds a object from a BooleanQueryNode object. Every children in the BooleanQueryNode object must be already tagged using QUERY_TREE_BUILDER_TAGID with a object.

    It takes in consideration if the children is a ModifierQueryNode to define the .

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

    Constructors

    | Improve this Doc View Source

    BooleanQueryNodeBuilder()

    Declaration
    public BooleanQueryNodeBuilder()

    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)