SortUsage
Enables sorting search results by field value and configures value comparison.
Example
{ "collation": "locale", "missing": "last"}Properties
collationCollationCollation order used when comparing values. Applies only to string fields.
- Default
- "locale"
- Values
- "binary", "locale"
missingMissingPlaces 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.
- PUTCreate or replace an index definition
/v1alpha1/admin/indexes/{name} - GETGet an index
/v1alpha1/admin/indexes/{name} - POSTCommit pending changes
/v1alpha1/admin/indexes/{name}/actions/commit - POSTPromote a generation
/v1alpha1/admin/indexes/{name}/actions/promote - POSTPull the latest state
/v1alpha1/admin/indexes/{name}/actions/pull
Other types
Types that reference this one.
Exofind is built by Level Four AB and is available under the Apache License 2.0.