Class BucketAggregationSelectorScript

org.elasticsearch.script.BucketAggregationSelectorScript

public abstract class BucketAggregationSelectorScript extends
A script used in bucket aggregations that returns a boolean value.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
    static []
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    <,​> params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
     
    <,​>
    Return the parameters for this script.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

  • Constructor Details

    • BucketAggregationSelectorScript

      public BucketAggregationSelectorScript(<,​> params)
  • Method Details

    • getParams

      public <,​> getParams()
      Return the parameters for this script.
    • execute

      public abstract boolean execute()