C# 클래스 Lucene.Net.Search.TestSubScorerFreqs.CountingCollector

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

공개 프로퍼티들

프로퍼티 타입 설명
DocCounts IDictionary>

공개 메소드들

메소드 설명
AcceptsDocsOutOfOrder ( ) : bool
Collect ( int doc ) : void
CountingCollector ( Collector other ) : System.Collections.Generic
CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic
SetSubScorers ( Lucene.Net.Search.Scorer scorer, string relationship ) : void

메소드 상세

AcceptsDocsOutOfOrder() 공개 메소드

public AcceptsDocsOutOfOrder ( ) : bool
리턴 bool

Collect() 공개 메소드

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

CountingCollector() 공개 메소드

public CountingCollector ( Collector other ) : System.Collections.Generic
other Collector
리턴 System.Collections.Generic

CountingCollector() 공개 메소드

public CountingCollector ( Collector other, ISet relationships ) : System.Collections.Generic
other Collector
relationships ISet
리턴 System.Collections.Generic

SetSubScorers() 공개 메소드

public SetSubScorers ( Lucene.Net.Search.Scorer scorer, string relationship ) : void
scorer Lucene.Net.Search.Scorer
relationship string
리턴 void

프로퍼티 상세

DocCounts 공개적으로 프로퍼티

public IDictionary> DocCounts
리턴 IDictionary>