C# Class Lucene.Net.Search.CachingCollector.CachedScorer

Inheritance: Lucene.Net.Search.Scorer
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
Freq ( ) : int
NextDoc ( ) : int
Score ( ) : float

Private Methods

Method Description
CachedScorer ( ) : System.Collections.Generic

Method Details

Advance() public method

public Advance ( int target ) : int
target int
return int

Cost() public method

public Cost ( ) : long
return long

DocID() public method

public DocID ( ) : int
return int

Freq() public method

public Freq ( ) : int
return int

NextDoc() public method

public NextDoc ( ) : int
return int

Score() public method

public Score ( ) : float
return float