Lucene.Net.Search.CheckHits.ExplanationAssertingSearcher.CheckExplanations C# (CSharp) Method

CheckExplanations() protected method

protected CheckExplanations ( Query q ) : void
q Query
return void
            protected internal virtual void CheckExplanations(Query q)
            {
                base.Search(q, null, new ExplanationAsserter(q, null, this));
            }