C# Class Lucene.Net.Search.TestTermScorer.TestHit

Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Свойство Type Description
doc int
score float

Méthodes publiques

Méthode Description
TestHit ( TestTermScorer enclosingInstance, int doc, float score ) : System
ToString ( ) : System.String

Private Methods

Méthode Description
InitBlock ( TestTermScorer enclosingInstance ) : void

Method Details

TestHit() public méthode

public TestHit ( TestTermScorer enclosingInstance, int doc, float score ) : System
enclosingInstance TestTermScorer
doc int
score float
Résultat System

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String

Property Details

doc public_oe property

public int doc
Résultat int

score public_oe property

public float score
Résultat float