FileDocCategorySizeDatePackage
TestSpanExplanationsOfNonMatches.javaAPI DocApache Lucene 2.1.01361Wed Feb 14 10:46:34 GMT 2007org.apache.lucene.search.spans

TestSpanExplanationsOfNonMatches

public class TestSpanExplanationsOfNonMatches extends TestSpanExplanations
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);