C# Class Lucene.Net.Search.TestMinShouldMatch2.SlowMinShouldMatchScorer

Inheritance: Lucene.Net.Search.Scorer
ファイルを表示 Open project: paulirwin/lucene.net

Public Methods

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

Private Methods

Method Description
SlowMinShouldMatchScorer ( BooleanWeight weight, AtomicReader reader, IndexSearcher searcher ) : System.Linq

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