DotLucene 1.4 API Documentation

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