indexSorts

@JvmName(name = "xvkaxkvgjhlqyrcn")
suspend fun indexSorts(value: Output<List<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "poqtmuaoynvscjcq")
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 = "eblgqyqgrhxrfwwe")
suspend fun indexSorts(vararg values: Output<SearchIndexSchemaIndexSortArgs>)


@JvmName(name = "lbfmgyvktxbmsppf")
suspend fun indexSorts(values: List<Output<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "bkrspqlnofvbiful")
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 = "lgtimomdidhcorly")
suspend fun indexSorts(argument: List<suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit>)
@JvmName(name = "cgenvodkurhqbbbv")
suspend fun indexSorts(vararg argument: suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit)
@JvmName(name = "qqeygexoklapsear")
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.