Uses of Class
org.apache.lucene.search.FieldValueHitQueue
-
Packages that use FieldValueHitQueue Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldValueHitQueue in org.apache.lucene.search
Subclasses of FieldValueHitQueue in org.apache.lucene.search Modifier and Type Class Description private static class
FieldValueHitQueue.MultiComparatorsFieldValueHitQueue<T extends FieldValueHitQueue.Entry>
An implementation ofFieldValueHitQueue
which is optimized in case there is more than one comparator.private static class
FieldValueHitQueue.OneComparatorFieldValueHitQueue<T extends FieldValueHitQueue.Entry>
An implementation ofFieldValueHitQueue
which is optimized in case there is just one comparator.Fields in org.apache.lucene.search declared as FieldValueHitQueue Modifier and Type Field Description (package private) FieldValueHitQueue<FieldValueHitQueue.Entry>
TopFieldCollector.PagingFieldCollector. queue
(package private) FieldValueHitQueue<FieldValueHitQueue.Entry>
TopFieldCollector.SimpleFieldCollector. queue
Methods in org.apache.lucene.search that return FieldValueHitQueue Modifier and Type Method Description static <T extends FieldValueHitQueue.Entry>
FieldValueHitQueue<T>FieldValueHitQueue. create(SortField[] fields, int size)
Creates a hit queue sorted by the given list of fields.Constructors in org.apache.lucene.search with parameters of type FieldValueHitQueue Constructor Description PagingFieldCollector(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)
TopFieldCollector(FieldValueHitQueue<FieldValueHitQueue.Entry> pq, int numHits, HitsThresholdChecker hitsThresholdChecker, boolean needsScores, MaxScoreAccumulator minScoreAcc)
TopFieldLeafCollector(FieldValueHitQueue<FieldValueHitQueue.Entry> queue, Sort sort, LeafReaderContext context)
-