Removes and returns the least scorer of the ScorerDocQueue in log(size) time. Should not be used when the queue is empty.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public Scorer Pop()
Visual Basic
Public Function Pop As Scorer
Visual C++
public:
Scorer^ Pop()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Util.ScorerDocQueue.Pop"]

See Also