kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
SearchSort
/
Companion
/
by
by
fun
by
(
firstSort
:
String
,
vararg
remainingSorts
:
String
)
:
SearchSort
fun
by
(
sorts
:
List
<
String
>
)
:
SearchSort
Specifies the sort order using strings. Syntax is described by
Sorting With Strings