Apache Lucene.Net 2.4.0 Class Library API

PriorityQueue.Pop Method 

Removes and returns the least element of the PriorityQueue in log(size) time.

public object Pop();

See Also

PriorityQueue Class | Lucene.Net.Util Namespace