CheckNoMatchExplanations() public static method

Tests that all documents up to maxDoc which are *not* in the expected result set, have an explanation which indicates that the document does not match
public static CheckNoMatchExplanations ( Query q, string defaultFieldName, IndexSearcher searcher, int results ) : void
q Query
defaultFieldName string
searcher IndexSearcher
results int
return void
 /// <summary> Overrides superclass to ignore matches and focus on non-matches
 ///
 /// </summary>
 /// <seealso cref="CheckHits.checkNoMatchExplanations">
 /// </seealso>
 public override void  Qtest(Query q, int[] expDocNrs)
 {
     CheckHits.CheckNoMatchExplanations(q, FIELD, searcher, expDocNrs);
 }