Apache Lucene.Net 2.1 Class Library API

ReqExclScorer.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

ReqExclScorer Class | Lucene.Net.Search Namespace