Show / Hide Table of Contents

    Class MatchNoDocsQueryNodeBuilder

    Builds an empty object from a MatchNoDocsQueryNode object.

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

    Constructors

    | Improve this Doc View Source

    MatchNoDocsQueryNodeBuilder()

    Declaration
    public MatchNoDocsQueryNodeBuilder()

    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)