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

    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
    Query
    Exceptions
    Type Condition
    FormatException

    If parsing failed.

    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.