Lucene.Net 1.4.3 Class Library

Scorer.Score Method ()

Returns the score of the current document. Initially invalid, until {@link #Next()} is called the first time.

public abstract float Score();

See Also

Scorer Class | Lucene.Net.Search Namespace | Scorer.Score Overload List