Class TermsGroupConfig

java.lang.Object
org.elasticsearch.client.rollup.job.config.TermsGroupConfig
All Implemented Interfaces:
Validatable, ToXContent, ToXContentObject

public class TermsGroupConfig
extends java.lang.Object
implements Validatable, ToXContentObject
The configuration object for the histograms in the rollup config { "groups": [ "terms": { "fields" : [ "foo", "bar" ] } ] }