Skip to content

REST API

SortUsage

Enables sorting search results by field value and configures value comparison.

Example

{
"collation": "locale",
"missing": "last"
}

Properties

collationCollation
Collation order used when comparing values. Applies only to string fields.
Default
"locale"
Values
"binary", "locale"
missingMissing
Places documents without values first or last when sorting in ascending order.
Default
"last"
Values
"first", "last"

Endpoints

Endpoints where the request or responses uses this type.

Other types

Types that reference this one.

Exofind is built by Level Four AB and is available under the Apache License 2.0.