indexSorts

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


@JvmName(name = "hxdbrlesokbiqsvp")
suspend fun indexSorts(values: List<Output<SearchIndexSchemaIndexSortArgs>>)
@JvmName(name = "jbpeycdwlbiwqhxv")
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 = "cexhpatgevghbmyd")
suspend fun indexSorts(argument: List<suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit>)
@JvmName(name = "weuehvbqbbgvtrfd")
suspend fun indexSorts(vararg argument: suspend SearchIndexSchemaIndexSortArgsBuilder.() -> Unit)
@JvmName(name = "agtlismuxdwlpayk")
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.