Module org.elasticsearch.server
Class MedianAbsoluteDeviationAggregatorFactory
java.lang.Object
org.elasticsearch.search.aggregations.AggregatorFactory
org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactory
org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregatorFactory
- 
Field SummaryFields inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactoryconfig
- 
Method SummaryModifier and TypeMethodDescriptionprotected AggregatorcreateUnmapped(Aggregator parent, Map<String, Object> metadata) Create the Aggregator for aValuesSourcethat doesn't have values.protected AggregatordoCreateInternal(Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata) Create the Aggregator for aValuesSourcethat has values.Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSourceAggregatorFactorycreateInternal, getStatsSubtypeMethods inherited from class org.elasticsearch.search.aggregations.AggregatorFactorycreate, doValidate, getParent, getSamplingContext, name
- 
Method Details- 
createUnmappedprotected Aggregator createUnmapped(Aggregator parent, Map<String, Object> metadata) throws IOExceptionDescription copied from class:ValuesSourceAggregatorFactoryCreate the Aggregator for aValuesSourcethat doesn't have values.- Specified by:
- createUnmappedin class- ValuesSourceAggregatorFactory
- Throws:
- IOException
 
- 
doCreateInternalprotected Aggregator doCreateInternal(Aggregator parent, CardinalityUpperBound cardinality, Map<String, Object> metadata) throws IOExceptionDescription copied from class:ValuesSourceAggregatorFactoryCreate the Aggregator for aValuesSourcethat has values.- Specified by:
- doCreateInternalin class- ValuesSourceAggregatorFactory
- cardinality- Upper bound of the number of- owningBucketOrds that the- Aggregatorcreated by this method will be asked to collect.
- Throws:
- IOException
 
 
-