diff --git a/docs/reference/getting-started.asciidoc b/docs/reference/getting-started.asciidoc index 94bb7ee036103..aa4eb66f068a7 100755 --- a/docs/reference/getting-started.asciidoc +++ b/docs/reference/getting-started.asciidoc @@ -789,7 +789,7 @@ As for the response, we see the following parts: * `hits` – search results * `hits.total` – total number of documents matching our search criteria * `hits.hits` – actual array of search results (defaults to first 10 documents) -* `hits.sort` - sort key for results (missing if sorting by score) +* `hits.sort` - sort value of the sort key for each result (missing if sorting by score) * `hits._score` and `max_score` - ignore these fields for now Here is the same exact search above using the alternative request body method: