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

Inheritance: Lucene.Net.Search.Scorer
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

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

Method Details

Advance() public méthode

public Advance ( int target ) : int
target int
Résultat int

Cost() public méthode

public Cost ( ) : long
Résultat long

DocID() public méthode

public DocID ( ) : int
Résultat int

Freq() public méthode

public Freq ( ) : int
Résultat int

NextDoc() public méthode

public NextDoc ( ) : int
Résultat int

Score() public méthode

public Score ( ) : float
Résultat float

SimpleScorer() public méthode

public SimpleScorer ( Weight weight ) : NUnit.Framework
weight Weight
Résultat NUnit.Framework