The priority queue which holds the top-scoring documents.

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

Syntax

C#
protected internal PriorityQueue hq
Visual Basic
Protected Friend hq As PriorityQueue
Visual C++
protected public:
PriorityQueue^ hq

See Also