Apache Lucene.Net 2.4.0 Class Library API

ScorerDocQueue.Insert Method 

Adds a Scorer to the ScorerDocQueue in log(size) time if either the ScorerDocQueue is not full, or not lessThan(scorer, top()).

public virtual bool Insert(
   Scorer scorer
);

Parameters

scorer

Return Value

true if scorer is added, false otherwise.

See Also

ScorerDocQueue Class | Lucene.Net.Util Namespace