Class TermsGrouping
java.lang.Object
co.elastic.clients.elasticsearch.rollup.TermsGrouping
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TermsGrouping>Json deserializer forTermsGrouping -
Method Summary
Modifier and TypeMethodDescriptionfields()Required - The set of fields that you wish to collect terms for.static TermsGroupingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTermsGrouping
-
-
Method Details
-
of
-
fields
Required - The set of fields that you wish to collect terms for. This array can contain fields that are both keyword and numerics. Order does not matter.API name:
fields -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTermsGroupingDeserializer
-