DotLucene 1.4 API Documentation

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