Skip to content

Commit 37fb726

Browse files
magnusram05Christoph Büscher
authored and
Christoph Büscher
committed
[Docs] Small update to getting-started.asciidoc (#40393)
1 parent 5dc7e7c commit 37fb726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ As for the response, we see the following parts:
789789
* `hits` – search results
790790
* `hits.total` – total number of documents matching our search criteria
791791
* `hits.hits` – actual array of search results (defaults to first 10 documents)
792-
* `hits.sort` - sort key for results (missing if sorting by score)
792+
* `hits.sort` - sort value of the sort key for each result (missing if sorting by score)
793793
* `hits._score` and `max_score` - ignore these fields for now
794794

795795
Here is the same exact search above using the alternative request body method:

0 commit comments

Comments
 (0)