Uses of Class
org.apache.lucene.search.FieldValueHitQueue.Entry
Packages that use FieldValueHitQueue.Entry
-
Uses of FieldValueHitQueue.Entry in org.apache.lucene.search
Classes in org.apache.lucene.search with type parameters of type FieldValueHitQueue.EntryModifier and TypeClassDescriptionclass
FieldValueHitQueue<T extends FieldValueHitQueue.Entry>
Expert: A hit queue for sorting by hits by terms in more than one field.private 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 FieldValueHitQueue.EntryModifier and TypeFieldDescription(package private) FieldValueHitQueue.Entry
TopFieldCollector.bottom
Fields in org.apache.lucene.search with type parameters of type FieldValueHitQueue.EntryModifier 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 with type parameters of type FieldValueHitQueue.EntryModifier and TypeMethodDescriptionstatic <T extends FieldValueHitQueue.Entry>
FieldValueHitQueue<T>Creates a hit queue sorted by the given list of fields.Methods in org.apache.lucene.search with parameters of type FieldValueHitQueue.EntryModifier and TypeMethodDescription(package private) FieldDoc
FieldValueHitQueue.fillFields
(FieldValueHitQueue.Entry entry) Given a queue Entry, creates a corresponding FieldDoc that contains the values used to sort the given document.protected abstract boolean
FieldValueHitQueue.lessThan
(FieldValueHitQueue.Entry a, FieldValueHitQueue.Entry b) protected boolean
FieldValueHitQueue.MultiComparatorsFieldValueHitQueue.lessThan
(FieldValueHitQueue.Entry hitA, FieldValueHitQueue.Entry hitB) protected boolean
FieldValueHitQueue.OneComparatorFieldValueHitQueue.lessThan
(FieldValueHitQueue.Entry hitA, FieldValueHitQueue.Entry hitB) Returns whetherhitA
is less relevant thanhitB
.Constructor parameters in org.apache.lucene.search with type arguments of type FieldValueHitQueue.EntryModifierConstructorDescriptionPagingFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, FieldDoc after, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) SimpleFieldCollector
(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc) private
TopFieldCollector
(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, HitsThresholdChecker hitsThresholdChecker, boolean needsScores, MaxScoreAccumulator minScoreAcc) (package private)
TopFieldLeafCollector
(FieldValueHitQueue<FieldValueHitQueue.Entry> queue, Sort sort, LeafReaderContext context)