Lucene.Net 1.4.3 Class Library

Scorer.Score Method

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

Overload List

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

public abstract float Score();

Scores all documents and passes them to a collector.

public virtual void Score(HitCollector);

See Also

Scorer Class | Lucene.Net.Search Namespace