Property description

The searchIndexSettings asset configures the settings of the ElasticSearch index, including field data types, analyzers, and tokenizers.

Warning

Configuring index settings is recommended only for multi-language support use cases.

In all other cases, modifying these settings is strongly discouraged.

Minimal JSON

{	"key": ""
}

Nested properties

PropertyDescriptionValuesMandatory
keyUnique key of the asset. Used for referencing in the same package or other packages using packageKey#assetKey.stringYes
stateCurrent status of the asset. Supported options are: active (asset is active and visible in the environment), inactive (asset is inactive and hidden, serves as a soft delete), hidden (asset is active but hidden in the environment).stringNo
settingsIndex settings. Nested properties are: mappings, settingsjsonNo