Class CreateFrom
java.lang.Object
co.elastic.clients.elasticsearch.indices.create_from.CreateFrom
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CreateFrom>
Json deserializer forCreateFrom
-
Method Summary
Modifier and TypeMethodDescriptionfinal TypeMapping
Mappings overrides to be applied to the destination index (optional)static CreateFrom
final Boolean
If index blocks should be removed when creating destination index (optional)void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IndexSettings
Settings overrides to be applied to the destination index (optional)protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCreateFrom
-
-
Method Details
-
of
-
mappingsOverride
Mappings overrides to be applied to the destination index (optional)API name:
mappings_override
-
settingsOverride
Settings overrides to be applied to the destination index (optional)API name:
settings_override
-
removeIndexBlocks
If index blocks should be removed when creating destination index (optional)API name:
remove_index_blocks
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCreateFromDeserializer
-