C# 클래스 Lucene.Net.Index.TestOmitTf.AnonymousClassCountingHitCollector1

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

공개 메소드들

메소드 설명
AnonymousClassCountingHitCollector1 ( TestOmitTf enclosingInstance ) : System
Collect ( int doc ) : void
SetScorer ( Lucene.Net.Search.Scorer scorer ) : void

비공개 메소드들

메소드 설명
InitBlock ( TestOmitTf enclosingInstance ) : void

메소드 상세

AnonymousClassCountingHitCollector1() 공개 메소드

public AnonymousClassCountingHitCollector1 ( TestOmitTf enclosingInstance ) : System
enclosingInstance TestOmitTf
리턴 System

Collect() 공개 메소드

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

SetScorer() 공개 메소드

public SetScorer ( Lucene.Net.Search.Scorer scorer ) : void
scorer Lucene.Net.Search.Scorer
리턴 void