Class MovAvgPipelineAggregationBuilder

All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, Rewriteable<PipelineAggregationBuilder>, BaseAggregationBuilder, ToXContent, ToXContentFragment

@Deprecated public class MovAvgPipelineAggregationBuilder extends AbstractPipelineAggregationBuilder<MovAvgPipelineAggregationBuilder>
Deprecated.
Only for 7.x rest compat
The actual moving_avg aggregation was removed as a breaking change in 8.0. This class exists to provide a friendlier error message if somebody attempts to use the moving_avg aggregation via the compatible-with=7 mechanism. We can remove this class entirely when v7 rest api compatibility is dropped.