Class UnsupportedAggregationOnDownsampledIndex

All Implemented Interfaces:
Serializable, Writeable, ToXContent, ToXContentFragment

public class UnsupportedAggregationOnDownsampledIndex extends AggregationExecutionException
Thrown when executing an aggregation on a time series index field whose type is not supported. Downsampling uses specific types while aggregating some fields (like 'aggregate_metric_double'). Such field types do not support some aggregations.
See Also: