Apache Lucene.Net 2.4.0 Class Library API

ScorerDocQueue.Pop Method 

Removes and returns the least scorer of the ScorerDocQueue in log(size) time. Should not be used when the queue is empty.

public Scorer Pop();

See Also

ScorerDocQueue Class | Lucene.Net.Util Namespace