Class PipelineAggregationBuilder

java.lang.Object
org.opensearch.search.aggregations.PipelineAggregationBuilder
All Implemented Interfaces:
org.opensearch.core.common.io.stream.NamedWriteable, org.opensearch.core.common.io.stream.Writeable, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>, BaseAggregationBuilder
Direct Known Subclasses:
AbstractPipelineAggregationBuilder

@PublicApi(since="1.0.0") public abstract class PipelineAggregationBuilder extends Object implements org.opensearch.core.common.io.stream.NamedWriteable, BaseAggregationBuilder, org.opensearch.core.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>
A factory that knows how to create an PipelineAggregator of a specific type.
Opensearch.api: