Skip to content

Commit 0f7abd8

Browse files
magnusram05Christoph Büscher
authored and
Christoph Büscher
committed
[Docs] Small update to getting-started.asciidoc (#40393)
1 parent 61b6a9b commit 0f7abd8

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
@@ -715,7 +715,7 @@ As for the response, we see the following parts:
715715
** `hits.total.relation` - whether `hits.total.value` is the exact hit count, in which case it is equal to `"eq"` or a
716716
lower bound of the total hit count (greater than or equals), in which case it is equal to `gte`.
717717
* `hits.hits` – actual array of search results (defaults to first 10 documents)
718-
* `hits.sort` - sort key for results (missing if sorting by score)
718+
* `hits.sort` - sort value of the sort key for each result (missing if sorting by score)
719719
* `hits._score` and `max_score` - ignore these fields for now
720720

721721
The accuracy of `hits.total` is controlled by the request parameter `track_total_hits`, when set to true

0 commit comments

Comments
 (0)