Interface IJudge
Judge if a document is relevant for a quality query.
Assembly: Lucene.Net.Benchmark.dll
Syntax
public interface IJudge
Methods
Name | Description |
---|---|
IsRelevant(String, QualityQuery) | Judge if document |
MaxRecall(QualityQuery) | Return the maximal recall for the input quality query. It is the number of relevant docs this IJudge "knows" for the query. |
ValidateData(QualityQuery[], TextWriter) | Validate that queries and this IJudge match each other. To be perfectly valid, this Judge must have some data for each and every input quality query, and must not have any data on any other quality query. Note: the quality benchmark run would not fail in case of imperfect validity, just a warning message would be logged. |