Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    StandardBooleanQueryNodeBuilder
    Implements
    IStandardQueryBuilder
    IQueryBuilder<Query>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    BooleanQueryNodeBuilder
    BooleanQuery
    Coord(int, int)

    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

    See Also
    BooleanQueryNodeBuilder
    BooleanQuery
    Coord(int, int)

    Implements

    IStandardQueryBuilder
    IQueryBuilder<TQuery>

    See Also

    BooleanQueryNodeBuilder
    BooleanQuery
    Coord(int, int)
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.