Class TermsEnumResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.TermsEnumResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TermsEnumResponse>Json deserializer forTermsEnumResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal booleancomplete()Required - Iffalse, the returned terms set may be incomplete and should be treated as approximate.static TermsEnumResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()Required - API name:_shardsterms()Required - API name:termstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTermsEnumResponse
-
-
Method Details
-
of
public static TermsEnumResponse of(Function<TermsEnumResponse.Builder, ObjectBuilder<TermsEnumResponse>> fn) -
shards
Required - API name:_shards -
terms
Required - API name:terms -
complete
public final boolean complete()Required - Iffalse, the returned terms set may be incomplete and should be treated as approximate. This can occur due to a few reasons, such as a request timeout or a node error.API name:
complete -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTermsEnumResponseDeserializer
protected static void setupTermsEnumResponseDeserializer(ObjectDeserializer<TermsEnumResponse.Builder> op)
-