public static class MissingAggregator.Factory extends ValuesSourceAggregatorFactory
ValuesSourceAggregatorFactory.LeafOnly<VS extends ValuesSource>
config
factories, name, parent, type
Constructor and Description |
---|
Factory(String name,
ValuesSourceConfig valueSourceConfig) |
Modifier and Type | Method and Description |
---|---|
protected MissingAggregator |
create(ValuesSource valuesSource,
long expectedBucketsCount,
AggregationContext aggregationContext,
Aggregator parent) |
protected MissingAggregator |
createUnmapped(AggregationContext aggregationContext,
Aggregator parent) |
create, doValidate
parent, subFactories, validate
public Factory(String name, ValuesSourceConfig valueSourceConfig)
protected MissingAggregator createUnmapped(AggregationContext aggregationContext, Aggregator parent)
createUnmapped
in class ValuesSourceAggregatorFactory
protected MissingAggregator create(ValuesSource valuesSource, long expectedBucketsCount, AggregationContext aggregationContext, Aggregator parent)
create
in class ValuesSourceAggregatorFactory
Copyright © 2009–2015. All rights reserved.