public class MissingAggregatorFactory extends ValuesSourceAggregatorFactory<ValuesSource,MissingAggregatorFactory>
AggregatorFactory.MultiBucketAggregatorWrappercontext, factories, metaData, name, parentconfig| Constructor | 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 | 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) |
asMultiBucketAggregator, create, doValidate, getParent, nameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInternal, timeZonepublic 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