Apache Lucene.Net 2.4.0 Class Library API

ReqOptSumScorer.Score Method ()

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

public override float Score();

Return Value

The score of the required scorer, eventually increased by the score of the optional scorer when it also matches the current document.

See Also

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