C# Class Lucene.Net.Search.TestPositiveScoresOnlyCollector.SimpleScorer

Inheritance: Lucene.Net.Search.Scorer
ファイルを表示 Open project: apache/lucenenet

Public Methods

Method Description
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
Freq ( ) : int
NextDoc ( ) : int
Score ( ) : float
SimpleScorer ( Weight weight ) : NUnit.Framework

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

SimpleScorer() public method

public SimpleScorer ( Weight weight ) : NUnit.Framework
weight Weight
return NUnit.Framework