|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PriorityQueue | |
|---|---|
| org.apache.lucene.search | Code to search indices. |
| Uses of PriorityQueue in org.apache.lucene.search |
|---|
| Subclasses of PriorityQueue in org.apache.lucene.search | |
|---|---|
class |
FieldValueHitQueue<T extends FieldValueHitQueue.Entry>
Expert: A hit queue for sorting by hits by terms in more than one field. |
| Fields in org.apache.lucene.search declared as PriorityQueue | |
|---|---|
protected PriorityQueue<T> |
TopDocsCollector.pq
The priority queue which holds the top documents. |
| Constructors in org.apache.lucene.search with parameters of type PriorityQueue | |
|---|---|
TopDocsCollector(PriorityQueue<T> pq)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||