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

상속: Lucene.Net.Search.Scorer
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
Freq ( ) : int
NextDoc ( ) : int
Score ( ) : float

비공개 메소드들

메소드 설명
CachedScorer ( ) : System.Collections.Generic

메소드 상세

Advance() 공개 메소드

public Advance ( int target ) : int
target int
리턴 int

Cost() 공개 메소드

public Cost ( ) : long
리턴 long

DocID() 공개 메소드

public DocID ( ) : int
리턴 int

Freq() 공개 메소드

public Freq ( ) : int
리턴 int

NextDoc() 공개 메소드

public NextDoc ( ) : int
리턴 int

Score() 공개 메소드

public Score ( ) : float
리턴 float