indexSettings

@JvmName(name = "njsbevtxcahgqded")
suspend fun indexSettings(value: Output<List<SearchIndexSchemaIndexSettingArgs>>)
@JvmName(name = "oklworillewcpphs")
suspend fun indexSettings(value: List<SearchIndexSchemaIndexSettingArgs>?)

Parameters

value

The settings of the search index, including routingFields. See index_setting below.


@JvmName(name = "jxdncjhmwlgkynyt")
suspend fun indexSettings(vararg values: Output<SearchIndexSchemaIndexSettingArgs>)


@JvmName(name = "mpxgbjiagbffykcu")
suspend fun indexSettings(values: List<Output<SearchIndexSchemaIndexSettingArgs>>)
@JvmName(name = "ulocpbngsentkyxy")
suspend fun indexSettings(vararg values: SearchIndexSchemaIndexSettingArgs)

Parameters

values

The settings of the search index, including routingFields. See index_setting below.


@JvmName(name = "nabcxfxhwtubwtgi")
suspend fun indexSettings(argument: List<suspend SearchIndexSchemaIndexSettingArgsBuilder.() -> Unit>)
@JvmName(name = "dlybcmygkffthdxa")
suspend fun indexSettings(vararg argument: suspend SearchIndexSchemaIndexSettingArgsBuilder.() -> Unit)
@JvmName(name = "eufxhbcboltwgilr")
suspend fun indexSettings(argument: suspend SearchIndexSchemaIndexSettingArgsBuilder.() -> Unit)

Parameters

argument

The settings of the search index, including routingFields. See index_setting below.