private static class TopFieldCollector.SimpleFieldCollector extends TopFieldCollector
| Modifier and Type | Field and Description |
|---|---|
(package private) FieldValueHitQueue<FieldValueHitQueue.Entry> |
queue |
(package private) Sort |
sort |
bottom, canSetMinScore, docBase, firstComparator, hitsThresholdChecker, minCompetitiveScore, minScoreAcc, needsScores, numComparators, numHits, queueFull, scoreModeEMPTY_TOPDOCS, pq, totalHits, totalHitsRelation| Constructor and Description |
|---|
SimpleFieldCollector(Sort sort,
FieldValueHitQueue<FieldValueHitQueue.Entry> queue,
int numHits,
HitsThresholdChecker hitsThresholdChecker,
MaxScoreAccumulator minScoreAcc) |
| Modifier and Type | Method and Description |
|---|---|
LeafCollector |
getLeafCollector(LeafReaderContext context)
Create a new
collector to collect the given context. |
add, canEarlyTerminate, create, create, create, createSharedManager, isEarlyTerminated, newTopDocs, populateResults, populateScores, scoreMode, topDocs, updateBottom, updateGlobalMinCompetitiveScore, updateMinCompetitiveScoregetTotalHits, topDocs, topDocs, topDocsSizefinal Sort sort
final FieldValueHitQueue<FieldValueHitQueue.Entry> queue
public SimpleFieldCollector(Sort sort, FieldValueHitQueue<FieldValueHitQueue.Entry> queue, int numHits, HitsThresholdChecker hitsThresholdChecker, MaxScoreAccumulator minScoreAcc)
public LeafCollector getLeafCollector(LeafReaderContext context) throws java.io.IOException
Collectorcollector to collect the given context.context - next atomic reader contextjava.io.IOException