Show / Hide Table of Contents

    Namespace Lucene.Net.Benchmarks.Quality.Utils

    Miscellaneous utilities for search quality benchmarking: query parsing, submission reports.

    Classes

    DocNameExtractor

    Utility: extract doc names from an index

    QualityQueriesFinder

    Suggest Quality queries based on an index contents. Utility class, used for making quality test benchmarks.

    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.

    SubmissionReport

    Create a log ready for submission. Extend this class and override Report(QualityQuery, TopDocs, String, IndexSearcher) to create different reports.

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