sorters

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "pnqerlgmlpgeeatg")
suspend fun sorters(argument: List<suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit>)
@JvmName(name = "tedibpbfdvxfdfpk")
suspend fun sorters(vararg argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)
@JvmName(name = "mbdqjjemteknlsac")
suspend fun sorters(argument: suspend SearchIndexSchemaIndexSortSorterArgsBuilder.() -> Unit)

Parameters

argument

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