FileDocCategorySizeDatePackage
TestComplexExplanationsOfNonMatches.javaAPI DocApache Lucene 2.1.01779Wed Feb 14 10:46:36 GMT 2007org.apache.lucene.search

TestComplexExplanationsOfNonMatches

public class TestComplexExplanationsOfNonMatches extends TestComplexExplanations
subclass of TestSimpleExplanations that verifies non matches.

Fields Summary
Constructors Summary
Methods Summary
public voidqtest(org.apache.lucene.search.Query q, int[] expDocNrs)
Overrides superclass to ignore matches and focus on non-matches

see
CheckHits#checkNoMatchExplanations

    CheckHits.checkNoMatchExplanations(q, FIELD, searcher, expDocNrs);