Class GroupConfig

  • All Implemented Interfaces:
    Validatable, ToXContent, ToXContentObject

    public class GroupConfig
    extends java.lang.Object
    implements Validatable, ToXContentObject
    The configuration object for the groups section in the rollup config. Basically just a wrapper for histo/date histo/terms objects { "groups": [ "date_histogram": {...}, "histogram" : {...}, "terms" : {...} ] }