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

Inheritance: Lucene.Net.Search.Scorer
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
Advance ( int target ) : int
DocID ( ) : int
NextDoc ( ) : int
Score ( ) : float
SimpleScorer ( ) : System

Method Details

Advance() public méthode

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

DocID() public méthode

public DocID ( ) : 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 ( ) : System
Résultat System