Uses of Class
org.apache.lucene.search.FieldValueHitQueue
Packages that use FieldValueHitQueue
-
Uses of FieldValueHitQueue in org.apache.lucene.search
Subclasses of FieldValueHitQueue in org.apache.lucene.searchModifier and TypeClassDescriptionprivate static final class
An implementation ofFieldValueHitQueue
which is optimized in case there is more than one comparator.private static final class
An implementation ofFieldValueHitQueue
which is optimized in case there is just one comparator.Fields in org.apache.lucene.search declared as FieldValueHitQueueModifier and TypeFieldDescription(package private) final FieldValueHitQueue
<FieldValueHitQueue.Entry> TopFieldCollector.PagingFieldCollector.queue
(package private) final FieldValueHitQueue
<FieldValueHitQueue.Entry> TopFieldCollector.SimpleFieldCollector.queue
Methods in org.apache.lucene.search that return FieldValueHitQueueModifier and TypeMethodDescriptionstatic <T extends FieldValueHitQueue.Entry>
FieldValueHitQueue<T> Creates a hit queue sorted by the given list of fields.Constructors in org.apache.lucene.search with parameters of type FieldValueHitQueueModifierConstructorDescriptionPagingFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, FieldDoc after, int numHits, int totalHitsThreshold, MaxScoreAccumulator minScoreAcc) SimpleFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, int numHits, int totalHitsThreshold, MaxScoreAccumulator minScoreAcc) private
TopFieldCollector
(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, int totalHitsThreshold, boolean needsScores, MaxScoreAccumulator minScoreAcc) (package private)
TopFieldLeafCollector
(FieldValueHitQueue<FieldValueHitQueue.Entry> queue, Sort sort, LeafReaderContext context)