Class PipelineAggregationBuilder

org.elasticsearch.search.aggregations.PipelineAggregationBuilder
All Implemented Interfaces:
NamedWriteable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>, BaseAggregationBuilder
Direct Known Subclasses:
AbstractPipelineAggregationBuilder

public abstract class PipelineAggregationBuilder extends implements NamedWriteable, BaseAggregationBuilder, org.elasticsearch.common.xcontent.ToXContentFragment, Rewriteable<PipelineAggregationBuilder>
A factory that knows how to create an PipelineAggregator of a specific type.
  • Field Details

    • name

      protected final  name
    • bucketsPaths

      protected final [] bucketsPaths
  • Constructor Details

    • PipelineAggregationBuilder

      protected PipelineAggregationBuilder( name, [] bucketsPaths)
      Constructs a new pipeline aggregator factory.
      Parameters:
      name - The aggregation name
  • Method Details