C# 클래스 Lucene.Net.Search.CachingCollector.NoScoreCachingCollector

상속: CachingCollector
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Collect ( int doc ) : void
Replay ( Collector other ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
NoScoreCachingCollector ( Collector other, double maxRAMMB ) : System.Collections.Generic
NoScoreCachingCollector ( Collector other, int maxDocsToCache ) : System.Collections.Generic

메소드 상세

Collect() 공개 메소드

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

Replay() 공개 메소드

public Replay ( Collector other ) : void
other Collector
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string