Java org.apache.lucene.benchmark.quality Judge fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.benchmark.quality Judge fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.benchmark.quality Judge.

The text is from its open source code.

Method

booleanisRelevant(String docName, QualityQuery query)
Judge if document docName is relevant for the given quality query.
intmaxRecall(QualityQuery query)
Return the maximal recall for the input quality query.
booleanvalidateData(QualityQuery qq[], PrintWriter logger)
Validate that queries and this Judge match each other.