public class MissingAggregatorFactory extends ValuesSourceAggregatorFactory<ValuesSource,MissingAggregatorFactory>
AggregatorFactory.MultiBucketAggregatorWrapperconfig| Constructor and Description |
|---|
MissingAggregatorFactory(java.lang.String name,
ValuesSourceConfig<ValuesSource> config,
SearchContext context,
AggregatorFactory<?> parent,
AggregatorFactories.Builder subFactoriesBuilder,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
| Modifier and Type | Method and Description |
|---|---|
protected MissingAggregator |
createUnmapped(Aggregator parent,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
protected MissingAggregator |
doCreateInternal(ValuesSource valuesSource,
Aggregator parent,
boolean collectsFromSingleBucket,
java.util.List<PipelineAggregator> pipelineAggregators,
java.util.Map<java.lang.String,java.lang.Object> metaData) |
createInternal, timeZoneasMultiBucketAggregator, create, doValidate, getParent, namepublic MissingAggregatorFactory(java.lang.String name,
ValuesSourceConfig<ValuesSource> config,
SearchContext context,
AggregatorFactory<?> parent,
AggregatorFactories.Builder subFactoriesBuilder,
java.util.Map<java.lang.String,java.lang.Object> metaData)
throws java.io.IOException
java.io.IOExceptionprotected MissingAggregator createUnmapped(Aggregator parent, java.util.List<PipelineAggregator> pipelineAggregators, java.util.Map<java.lang.String,java.lang.Object> metaData) throws java.io.IOException
createUnmapped in class ValuesSourceAggregatorFactory<ValuesSource,MissingAggregatorFactory>java.io.IOExceptionprotected MissingAggregator doCreateInternal(ValuesSource valuesSource, Aggregator parent, boolean collectsFromSingleBucket, java.util.List<PipelineAggregator> pipelineAggregators, java.util.Map<java.lang.String,java.lang.Object> metaData) throws java.io.IOException
doCreateInternal in class ValuesSourceAggregatorFactory<ValuesSource,MissingAggregatorFactory>java.io.IOException