ExplanationAsserter
class ExplanationAsserter(var q: Query, defaultFieldName: String?, var s: IndexSearcher, deep: Boolean = false) : SimpleCollector
Asserts that the score explanation for every document matching a query corresponds with the true score.
NOTE: this HitCollector should only be used with the Query and Searcher specified at when it is constructed.