Field m_pq
The priority queue which holds the top documents. Note that different implementations of PriorityQueue<T> give different meaning to 'top documents'. Lucene.Net.Search.HitQueue for example aggregates the top scoring documents, while other priority queue implementations may hold documents sorted by other criteria.
Assembly: DistributedLucene.Net.dll
Syntax
protected PriorityQueue<T> m_pq
Returns
Type | Description |
---|---|
PriorityQueue<T> |