indexSorts

@JvmName(name = "urhyoudckdacrhkh")
suspend fun indexSorts(value: Output<List<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "jmnjxquuxgrmnaqv")
suspend fun indexSorts(value: List<SearchIndexSchemaIndexSortArgs>?)

Parameters

value

The presorting settings of the search index, including sorters. If no value is specified for the indexSort parameter, field values are sorted by primary key by default.


@JvmName(name = "isuyxerkqavaajgb")
suspend fun indexSorts(vararg values: Output<SearchIndexSchemaIndexSortArgs>)


@JvmName(name = "xcbxpuatknhxsodi")
suspend fun indexSorts(values: List<Output<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "jnpjidtvgfguklvp")
suspend fun indexSorts(vararg values: SearchIndexSchemaIndexSortArgs)

Parameters

values

The presorting settings of the search index, including sorters. If no value is specified for the indexSort parameter, field values are sorted by primary key by default.


@JvmName(name = "lyyufcdeanaeigub")
suspend fun indexSorts(argument: List<suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit>)
@JvmName(name = "pfcwddwnluhpxqgp")
suspend fun indexSorts(vararg argument: suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit)
@JvmName(name = "fmrocqmdjxswuyhr")
suspend fun indexSorts(argument: suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit)

Parameters

argument

The presorting settings of the search index, including sorters. If no value is specified for the indexSort parameter, field values are sorted by primary key by default.