Lucene.Net.Search.TestExplanations.Qtest C# (CSharp) Method

Qtest() public method

check the expDocNrs first, then check the query (and the explanations)
public Qtest ( Query q, int expDocNrs ) : void
q Query
expDocNrs int
return void
        public virtual void Qtest(Query q, int[] expDocNrs)
        {
            CheckHits.CheckHitCollector(Random(), q, FIELD, Searcher, expDocNrs, Similarity);
        }