indexSorts

@JvmName(name = "enegcoanbvvsbsnb")
suspend fun indexSorts(value: Output<List<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "vhdkkfjkqhtfxokv")
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. See index_sort below.


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


@JvmName(name = "wvwdecjxoldpfvax")
suspend fun indexSorts(values: List<Output<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "rmrjxlurtkafncxp")
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. See index_sort below.


@JvmName(name = "pvvmiyqgktxooboc")
suspend fun indexSorts(argument: List<suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit>)
@JvmName(name = "tufxwtmelatmmvxm")
suspend fun indexSorts(vararg argument: suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit)
@JvmName(name = "xxingsgmybrcdxoo")
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. See index_sort below.