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 TypeMappingMappings overrides to be applied to the destination index (optional)static CreateFromfinal BooleanIf index blocks should be removed when creating destination index (optional)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) final IndexSettingsSettings overrides to be applied to the destination index (optional)protected static voidtoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCreateFromDeserializer
-