Lucene.Net.Search.QueryUtils.CheckExplanations C# (CSharp) Method

CheckExplanations() public static method

deep check that explanations of a query 'score' correctly
public static CheckExplanations ( Query q, IndexSearcher s ) : void
q Query
s IndexSearcher
return void
        public static void CheckExplanations(Query q, IndexSearcher s)
        {
            CheckHits.CheckExplanations(q, null, s, true);
        }