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

TestSimpleExplanationsOfNonMatches

public class TestSimpleExplanationsOfNonMatches extends TestSimpleExplanations
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);