public class ProfilingLeafBucketCollector extends LeafBucketCollector
NO_OP_COLLECTOR
Constructor and Description |
---|
ProfilingLeafBucketCollector(LeafBucketCollector delegate,
AggregationProfileBreakdown profileBreakdown) |
Modifier and Type | Method and Description |
---|---|
void |
collect(int doc,
long bucket)
Collect the given doc in the given bucket.
|
void |
setScorer(org.apache.lucene.search.Scorer scorer) |
collect, wrap
public ProfilingLeafBucketCollector(LeafBucketCollector delegate, AggregationProfileBreakdown profileBreakdown)
public void collect(int doc, long bucket) throws java.io.IOException
LeafBucketCollector
collect
in class LeafBucketCollector
java.io.IOException
public void setScorer(org.apache.lucene.search.Scorer scorer) throws java.io.IOException
setScorer
in interface org.apache.lucene.search.LeafCollector
setScorer
in class LeafBucketCollector
java.io.IOException