The priority queue which holds the top documents. Note that different
implementations of PriorityQueue give different meaning to 'top documents'.
HitQueue for example aggregates the top scoring documents, while other PQ
implementations may hold documents sorted by other criteria.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
protected internal PriorityQueue pq |
Visual Basic |
---|
Protected Friend pq As PriorityQueue |
Visual C++ |
---|
protected public: PriorityQueue^ pq |