Class BestBucketsDeferringCollector

java.lang.Object
All Implemented Interfaces:
org.apache.lucene.search.Collector
Direct Known Subclasses:
MergingBucketsDeferringCollector

public class BestBucketsDeferringCollector
extends DeferringBucketCollector
A specialization of DeferringBucketCollector that collects all matches and then is able to replay a given subset of buckets which represent the survivors from a pruning process performed by the aggregator that owns this collector.