[DOCS] Correct `hits.total.relation` response parm def (#52847)

Fixes a partially completed definition for the `hits.total.relation`
response parameter in the search API docs.
This commit is contained in:
James Rodewig 2020-03-04 08:22:40 -05:00
parent b47bffba24
commit 2b59f8ac34
1 changed files with 2 additions and 2 deletions

View File

@ -302,8 +302,8 @@ Metadata about the number of returned documents.
Returned parameters include: Returned parameters include:
+ +
* `value`: Total number of returned documents. * `value`: Total number of returned documents.
* `relation`: Indicates whether the number of documents returned. * `relation`: Indicates whether the number of returned documents in the `value`
Returned values are: parameter is accurate or a lower bound. Returned values are:
** `eq`: Accurate ** `eq`: Accurate
** `gte`: Lower bound, including returned documents ** `gte`: Lower bound, including returned documents