Class ExtendedStatsBucketParser

org.elasticsearch.search.aggregations.pipeline.BucketMetricsParser
org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketParser
All Implemented Interfaces:
PipelineAggregator.Parser

public class ExtendedStatsBucketParser extends BucketMetricsParser
  • Field Summary

    Fields inherited from class org.elasticsearch.search.aggregations.pipeline.BucketMetricsParser

    FORMAT

    Fields inherited from interface org.elasticsearch.search.aggregations.pipeline.PipelineAggregator.Parser

    BUCKETS_PATH, GAP_POLICY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     pipelineAggregatorName,  bucketsPath, <,​> params)
     
    protected boolean
    token​(org.elasticsearch.common.xcontent.XContentParser parser,  field, org.elasticsearch.common.xcontent.XContentParser.Token token, <,​> params)
     

    Methods inherited from class org.elasticsearch.search.aggregations.pipeline.BucketMetricsParser

    parse

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Constructor Details

    • ExtendedStatsBucketParser

      public ExtendedStatsBucketParser()
  • Method Details

    • buildFactory

      protected  pipelineAggregatorName,  bucketsPath, <,​> params)
      Specified by:
      buildFactory in class BucketMetricsParser
    • token

      protected boolean token(org.elasticsearch.common.xcontent.XContentParser parser,  field, org.elasticsearch.common.xcontent.XContentParser.Token token, <,​> params) throws
      Overrides:
      token in class BucketMetricsParser
      Throws: