C# 클래스 Lucene.Net.Search.TestScorerPerf.MatchingHitCollector

상속: CountingHitCollector
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 메소드들

메소드 설명
Collect ( int doc, float score ) : void
MatchingHitCollector ( System answer ) : System

메소드 상세

Collect() 공개 메소드

public Collect ( int doc, float score ) : void
doc int
score float
리턴 void

MatchingHitCollector() 공개 메소드

public MatchingHitCollector ( System answer ) : System
answer System
리턴 System