[Docs] Small update to getting-started.asciidoc (#40393)

This commit is contained in:
magnusram05 2019-07-16 17:08:42 +05:30 committed by Christoph Büscher
parent 3f3a3d3f2b
commit 096c03945c
1 changed files with 1 additions and 1 deletions

View File

@ -715,7 +715,7 @@ As for the response, we see the following parts:
** `hits.total.relation` - whether `hits.total.value` is the exact hit count, in which case it is equal to `"eq"` or a
lower bound of the total hit count (greater than or equals), in which case it is equal to `gte`.
* `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
The accuracy of `hits.total` is controlled by the request parameter `track_total_hits`, when set to true