Apache Lucene.Net 2.4.0 Class Library API

Scorer.Score Method ()

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

public abstract float Score();

See Also

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