/// The `missing` parameter specifies how docs which are missing the sort field
/// should be treated:
///
/// The `missing` value can be set to `_last`, `_first`, or a custom value (that
/// will be used for missing docs as the sort value). The default is `_last`.
///
/// <https://www.elastic.co/guide/en/opensearch/reference/current/sort-search-results.html#_missing_values>