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, wrappublic ProfilingLeafBucketCollector(LeafBucketCollector delegate, AggregationProfileBreakdown profileBreakdown)
public void collect(int doc,
long bucket)
throws java.io.IOException
LeafBucketCollectorcollect in class LeafBucketCollectorjava.io.IOExceptionpublic void setScorer(org.apache.lucene.search.Scorer scorer)
throws java.io.IOException
setScorer in interface org.apache.lucene.search.LeafCollectorsetScorer in class LeafBucketCollectorjava.io.IOException