OpenSearch/x-pack/plugin/ml/qa
Jim Ferenczi 18866c4c0b
Make hits.total an object in the search response (#35849)
This commit changes the format of the `hits.total` in the search response to be an object with
a `value` and a `relation`. The `value` indicates the number of hits that match the query and the
`relation` indicates whether the number is accurate (in which case the relation is equals to `eq`)
or a lower bound of the total (in which case it is equals to `gte`).
This change also adds a parameter called `rest_total_hits_as_int` that can be used in the
search APIs to opt out from this change (retrieve the total hits as a number in the rest response).
Note that currently all search responses are accurate (`track_total_hits: true`) or they don't contain
`hits.total` (`track_total_hits: true`). We'll add a way to get a lower bound of the total hits in a
follow up (to allow numbers to be passed to `track_total_hits`).

Relates #33028
2018-12-05 19:49:06 +01:00
..
basic-multi-node Merge branch 'master' into index-lifecycle 2018-08-23 11:52:59 -06:00
disabled Merge branch 'master' into index-lifecycle 2018-08-23 11:52:59 -06:00
ml-with-security [ML] Add a file structure determination endpoint (#33471) 2018-09-07 17:41:57 +01:00
native-multi-node-tests Make hits.total an object in the search response (#35849) 2018-12-05 19:49:06 +01:00
no-bootstrap-tests [ML] Add comment describing test behaviour 2018-11-05 11:21:59 +00:00
single-node-tests Merge remote-tracking branch 'origin/master' into index-lifecycle 2018-10-25 11:00:36 -06:00
build.gradle Build: Pull "skip assemble on qa" to common build (#35214) 2018-11-05 16:16:00 -05:00