[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:
parent
b47bffba24
commit
2b59f8ac34
|
@ -302,8 +302,8 @@ Metadata about the number of returned documents.
|
|||
Returned parameters include:
|
||||
+
|
||||
* `value`: Total number of returned documents.
|
||||
* `relation`: Indicates whether the number of documents returned.
|
||||
Returned values are:
|
||||
* `relation`: Indicates whether the number of returned documents in the `value`
|
||||
parameter is accurate or a lower bound. Returned values are:
|
||||
** `eq`: Accurate
|
||||
** `gte`: Lower bound, including returned documents
|
||||
|
||||
|
|
Loading…
Reference in New Issue