Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IQualityQueryParser

    Parse a QualityQuery into a Lucene query.

    Namespace: Lucene.Net.Benchmarks.Quality
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public interface IQualityQueryParser

    Methods

    | Improve this Doc View Source

    Parse(QualityQuery)

    Parse a given QualityQuery into a Lucene query.

    Declaration
    Query Parse(QualityQuery qq)
    Parameters
    Type Name Description
    QualityQuery qq

    The quality query to be parsed.

    Returns
    Type Description
    Lucene.Net.Search.Query
    Exceptions
    Type Condition
    System.FormatException

    If parsing failed.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.