Module org.elasticsearch.xcore
Class TermsGroupSource
java.lang.Object
org.elasticsearch.xpack.core.transform.transforms.pivot.SingleGroupSource
org.elasticsearch.xpack.core.transform.transforms.pivot.TermsGroupSource
- All Implemented Interfaces:
Writeable,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.xpack.core.transform.transforms.pivot.SingleGroupSource
SingleGroupSource.TypeNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.xpack.core.transform.transforms.pivot.SingleGroupSource
field, FIELD, MISSING_BUCKET, missingBucket, SCRIPT, scriptConfigFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionTermsGroupSource(String field, ScriptConfig scriptConfig, boolean missingBucket) -
Method Summary
Modifier and TypeMethodDescriptionstatic TermsGroupSourcefromXContent(org.elasticsearch.xcontent.XContentParser parser, boolean lenient) getType()Methods inherited from class org.elasticsearch.xpack.core.transform.transforms.pivot.SingleGroupSource
equals, getField, getMappingType, getMissingBucket, getScriptConfig, hashCode, innerXContent, toString, toXContent, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
TermsGroupSource
-
TermsGroupSource
- Throws:
IOException
-
-
Method Details
-
getType
- Specified by:
getTypein classSingleGroupSource
-
fromXContent
public static TermsGroupSource fromXContent(org.elasticsearch.xcontent.XContentParser parser, boolean lenient) throws IOException - Throws:
IOException
-