| Modifier and Type | Class and Description |
|---|---|
class |
LeafBucketCollectorBase
A
LeafBucketCollector that delegates all calls to the sub leaf
aggregator and sets the scorer on its source of values if it implements
ScorerAware. |
| Modifier and Type | Field and Description |
|---|---|
static LeafBucketCollector |
LeafBucketCollector.NO_OP_COLLECTOR |
| Modifier and Type | Method and Description |
|---|---|
abstract LeafBucketCollector |
BucketCollector.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx) |
LeafBucketCollector |
AggregatorBase.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx) |
protected abstract LeafBucketCollector |
AggregatorBase.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub)
Get a
LeafBucketCollector for the given ctx, which should
delegate to the given collector. |
LeafBucketCollector |
NonCollectingAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext reader,
LeafBucketCollector sub) |
static LeafBucketCollector |
LeafBucketCollector.wrap(Iterable<LeafBucketCollector> collectors) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract LeafBucketCollector |
AggregatorBase.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub)
Get a
LeafBucketCollector for the given ctx, which should
delegate to the given collector. |
LeafBucketCollector |
NonCollectingAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext reader,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
static LeafBucketCollector |
LeafBucketCollector.wrap(Iterable<LeafBucketCollector> collectors) |
| Constructor and Description |
|---|
LeafBucketCollectorBase(LeafBucketCollector sub,
Object values) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
BestBucketsDeferringCollector.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx) |
LeafBucketCollector |
DeferringBucketCollector.WrappedAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx) |
LeafBucketCollector |
BestDocsDeferringCollector.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketsAggregator.collectBucket(LeafBucketCollector subCollector,
int doc,
long bucketOrd)
Utility method to collect the given doc in the given bucket (identified by the bucket ordinal)
|
void |
BucketsAggregator.collectExistingBucket(LeafBucketCollector subCollector,
int doc,
long bucketOrd)
Same as
BucketsAggregator.collectBucket(LeafBucketCollector, int, long), but doesn't check if the docCounts needs to be re-sized. |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ParentToChildrenAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ParentToChildrenAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
FilterAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
FilterAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
FiltersAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
FiltersAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoHashGridAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoHashGridAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GlobalAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GlobalAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
HistogramAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
HistogramAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MissingAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MissingAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
protected LeafBucketCollector |
ReverseNestedAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
NestedAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
protected LeafBucketCollector |
ReverseNestedAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
NestedAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
RangeAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
RangeAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
protected LeafBucketCollector |
SamplerAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
protected LeafBucketCollector |
SamplerAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
SignificantStringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
SignificantLongTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsSignificantTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsSignificantTermsAggregator.WithHash.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
SignificantStringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
SignificantLongTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsSignificantTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsSignificantTermsAggregator.WithHash.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
LongTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.LowCardinality.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
StringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.WithHash.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.LowCardinality.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
LongTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.LowCardinality.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
LeafBucketCollector |
StringTermsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.WithHash.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
protected LeafBucketCollector |
GlobalOrdinalsStringTermsAggregator.LowCardinality.newCollector(org.apache.lucene.index.RandomAccessOrds ords,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AvgAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AvgAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
CardinalityAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
CardinalityAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoBoundsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoBoundsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoCentroidAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
GeoCentroidAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MaxAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MaxAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MinAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
MinAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AbstractHDRPercentilesAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AbstractHDRPercentilesAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AbstractTDigestPercentilesAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
AbstractTDigestPercentilesAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ScriptedMetricAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ScriptedMetricAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
StatsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
StatsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ExtendedStatsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ExtendedStatsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
SumAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
SumAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
TopHitsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
TopHitsAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ValueCountAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
| Modifier and Type | Method and Description |
|---|---|
LeafBucketCollector |
ValueCountAggregator.getLeafCollector(org.apache.lucene.index.LeafReaderContext ctx,
LeafBucketCollector sub) |
Copyright © 2009–2017. All rights reserved.