Class TermsGroupSource

java.lang.Object
org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.client.transform.transforms.pivot.TermsGroupSource
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class TermsGroupSource extends SingleGroupSource implements org.elasticsearch.xcontent.ToXContentObject
  • Method Details

    • fromXContent

      public static TermsGroupSource fromXContent(org.elasticsearch.xcontent.XContentParser parser)
    • getType

      public SingleGroupSource.Type getType()
      Specified by:
      getType in class SingleGroupSource
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • builder

      public static TermsGroupSource.Builder builder()