sorters

@JvmName(name = "axlnfglmtmhqkayw")
suspend fun sorters(value: Output<List<SearchIndexSchemaIndexSortSorterArgs>>)
@JvmName(name = "wuedjkdsqyerftqw")
suspend fun sorters(value: List<SearchIndexSchemaIndexSortSorterArgs>)

Parameters

value

Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See sorter below.


@JvmName(name = "awnotjmfnhaiyaof")
suspend fun sorters(vararg values: Output<SearchIndexSchemaIndexSortSorterArgs>)


@JvmName(name = "cemhtvicbtfkqchu")
suspend fun sorters(values: List<Output<SearchIndexSchemaIndexSortSorterArgs>>)
@JvmName(name = "nfgoymlpwxlgglsx")
suspend fun sorters(vararg values: SearchIndexSchemaIndexSortSorterArgs)

Parameters

values

Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See sorter below.


@JvmName(name = "gskafmpckynohctu")
suspend fun sorters(argument: List<suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit>)
@JvmName(name = "dxyfafbmqipcglhu")
suspend fun sorters(vararg argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)
@JvmName(name = "aunidvkoyauipbxu")
suspend fun sorters(argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)

Parameters

argument

Specifies the presorting method for the search index. PrimaryKeySort and FieldSort are supported. See sorter below.