public static class ValueCountAggregator.Factory<VS extends ValuesSource> extends ValuesSourceAggregatorFactory.LeafOnly<VS>
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource>
config
factories, 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) |
subFactories
create, doValidate
parent, validate
public 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–2015. All rights reserved.