Class SubmissionReport
Create a log ready for submission. Extend this class and override Report(QualityQuery, TopDocs, String, IndexSearcher) to create different reports.
Inheritance
System.Object
SubmissionReport
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SubmissionReport : object
Constructors
Name | Description |
---|---|
SubmissionReport(TextWriter, String) | Constructor for SubmissionReport. |
Methods
Name | Description |
---|---|
Flush() | |
Report(QualityQuery, TopDocs, String, IndexSearcher) | Report a search result for a certain quality query. |