C# 클래스 Lucene.Net.Search.CheckHits.ExplanationAsserter

Asserts that the score explanation for every document matching a query corresponds with the true score. NOTE: this HitCollector should only be used with the Query and Searcher specified at when it is constructed.
상속: Collector
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
AcceptsDocsOutOfOrder ( ) : bool
Collect ( int doc ) : void
ExplanationAsserter ( Query q, string defaultFieldName, IndexSearcher s ) : System

Constructs an instance which does shallow tests on the Explanation

ExplanationAsserter ( Query q, string defaultFieldName, IndexSearcher s, bool deep ) : System

메소드 상세

AcceptsDocsOutOfOrder() 공개 메소드

public AcceptsDocsOutOfOrder ( ) : bool
리턴 bool

Collect() 공개 메소드

public Collect ( int doc ) : void
doc int
리턴 void

ExplanationAsserter() 공개 메소드

Constructs an instance which does shallow tests on the Explanation
public ExplanationAsserter ( Query q, string defaultFieldName, IndexSearcher s ) : System
q Query
defaultFieldName string
s IndexSearcher
리턴 System

ExplanationAsserter() 공개 메소드

public ExplanationAsserter ( Query q, string defaultFieldName, IndexSearcher s, bool deep ) : System
q Query
defaultFieldName string
s IndexSearcher
deep bool
리턴 System