Lucene.Net 1.4.3 Class Library

PriorityQueue.Put Method 

Adds an Object to a PriorityQueue in log(size) time. If one tries to add more objects than maxSize from initialize a RuntimeException (ArrayIndexOutOfBound) is thrown.

public void Put(
   object element
);

See Also

PriorityQueue Class | Lucene.Net.Util Namespace