Apache Lucene.Net 2.4.0 Class Library API

ScorerDocQueue.Put Method 

Adds a Scorer to a ScorerDocQueue in log(size) time. If one tries to add more Scorers than maxSize a SystemException (ArrayIndexOutOfBound) is thrown.

public void Put(
   Scorer scorer
);

See Also

ScorerDocQueue Class | Lucene.Net.Util Namespace