diff --git a/docs/reference/search/request/sort.asciidoc b/docs/reference/search/request/sort.asciidoc index 431f649aa08..e056dab3c1a 100644 --- a/docs/reference/search/request/sort.asciidoc +++ b/docs/reference/search/request/sort.asciidoc @@ -165,7 +165,10 @@ scripts and sorting by geo distance. The `missing` parameter specifies how docs which are missing the 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). For example: +will be used for missing docs as the sort value). +The default is `_last`. + +For example: [source,js] --------------------------------------------------