Lucene.Net 1.9.1 Class Library

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