Class PipelineAggregatorBuilders

org.elasticsearch.search.aggregations.PipelineAggregatorBuilders

public final class PipelineAggregatorBuilders extends
  • Method Details

    • derivative

      public static  name,  bucketsPath)
    • maxBucket

      public static  name,  bucketsPath)
    • minBucket

      public static  name,  bucketsPath)
    • avgBucket

      public static  name,  bucketsPath)
    • sumBucket

      public static  name,  bucketsPath)
    • statsBucket

      public static  name,  bucketsPath)
    • extendedStatsBucket

      public static  name,  bucketsPath)
    • percentilesBucket

      public static  name,  bucketsPath)
    • movingAvg

      public static  name,  bucketsPath)
    • bucketScript

      public static  name, <,​> bucketsPathsMap, Script script)
    • bucketScript

      public static  name, Script script, ... bucketsPaths)
    • bucketSelector

      public static  name, <,​> bucketsPathsMap, Script script)
    • bucketSelector

      public static  name, Script script, ... bucketsPaths)
    • bucketSort

      public static  name, <FieldSortBuilder> sorts)
    • cumulativeSum

      public static  name,  bucketsPath)
    • diff

      public static  name,  bucketsPath)
    • movingFunction

      public static  name, Script script,  bucketsPaths, int window)