Show / Hide Table of Contents

    Class SimpleQQParser

    Simplistic quality query parser. A Lucene query is created by passing the value of the specified QualityQuery name-value pair(s) into a Lucene's QueryParser using StandardAnalyzer.

    Inheritance
    System.Object
    SimpleQQParser
    Implements
    IQualityQueryParser
    Namespace: Lucene.Net.Benchmarks.Quality.Utils
    Assembly: Lucene.Net.Benchmark.dll
    Syntax
    public class SimpleQQParser : object, IQualityQueryParser

    Constructors

    | Improve this Doc View Source

    SimpleQQParser(String, String)

    Constructor of a simple qq parser.

    Declaration
    public SimpleQQParser(string qqName, string indexField)
    Parameters
    Type Name Description
    System.String qqName

    Name-value pair of quality query to use for creating the query.

    System.String indexField

    Corresponding index field.

    | Improve this Doc View Source

    SimpleQQParser(String[], String)

    Constructor of a simple qq parser.

    Declaration
    public SimpleQQParser(string[] qqNames, string indexField)
    Parameters
    Type Name Description
    System.String[] qqNames

    Name-value pairs of quality query to use for creating the query.

    System.String indexField

    Corresponding index field.

    Methods

    | Improve this Doc View Source

    Parse(QualityQuery)

    Declaration
    public virtual Query Parse(QualityQuery qq)
    Parameters
    Type Name Description
    QualityQuery qq
    Returns
    Type Description
    Query
    See Also
    Parse(QualityQuery)

    Implements

    IQualityQueryParser
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)