|
||||||||||
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 |
FieldSortedHitQueue
Expert: A hit queue for sorting by hits by terms in more than one field. |
protected static class |
FuzzyQuery.ScoreTermQueue
|
Fields in org.apache.lucene.search declared as PriorityQueue | |
---|---|
protected PriorityQueue |
TopDocCollector.hq
The priority queue which holds the top-scoring documents. |
Constructors in org.apache.lucene.search with parameters of type PriorityQueue | |
---|---|
TopDocCollector(PriorityQueue hq)
Constructor to collect the top-scoring documents by using the given PQ. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |