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.

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