Returns the least Scorer of the ScorerDocQueue in constant 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 Top()
Visual Basic
Public Function Top As Scorer
Visual C++
public:
Scorer^ Top()

Return Value

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

See Also