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.

Overload List

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

public override float Score();

Inherited from Scorer.

public virtual void Score(HitCollector);

Inherited from Scorer.

protected internal virtual bool Score(HitCollector,int);

See Also

ReqOptSumScorer Class | Lucene.Net.Search Namespace