Class TermsGroupConfig

java.lang.Object
org.elasticsearch.xpack.core.rollup.job.TermsGroupConfig
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

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