public static class ValueCountAggregator.Factory<VS extends ValuesSource> extends ValuesSourceAggregatorFactory.LeafOnly<VS>
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource>configfactories, name, parent, type| Constructor and Description |
|---|
Factory(String name,
ValuesSourceConfig<VS> config) |
| Modifier and Type | Method and Description |
|---|---|
protected Aggregator |
create(VS valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
protected Aggregator |
createUnmapped(AggregationContext aggregationContext,
Aggregator parent) |
subFactoriescreate, doValidateparent, validatepublic Factory(String name, ValuesSourceConfig<VS> config)
protected Aggregator createUnmapped(AggregationContext aggregationContext, Aggregator parent)
createUnmapped in class ValuesSourceAggregatorFactory<VS extends ValuesSource>protected Aggregator create(VS valuesSource, long expectedBucketsCount, AggregationContext aggregationContext, Aggregator parent)
create in class ValuesSourceAggregatorFactory<VS extends ValuesSource>Copyright © 2009–2016. All rights reserved.