Lucene.Net.Search.QueryUtils.CheckExplanations C# (CSharp) 메소드

CheckExplanations() 공개 정적인 메소드

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