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
    Query
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)