Class TermsGroupSource

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

public class TermsGroupSource
extends SingleGroupSource
implements org.elasticsearch.common.xcontent.ToXContentObject
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  TermsGroupSource.Builder  

    Nested classes/interfaces inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    SingleGroupSource.Type

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    field, FIELD, MISSING_BUCKET, missingBucket, script, SCRIPT

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    static TermsGroupSource.Builder builder()  
    static TermsGroupSource fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser)  
    SingleGroupSource.Type getType()  
    org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)  

    Methods inherited from class org.elasticsearch.client.transform.transforms.pivot.SingleGroupSource

    equals, getField, getMissingBucket, getScript, hashCode, innerXContent

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Method Details

    • fromXContent

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

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

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

      public static TermsGroupSource.Builder builder()