Skip to content

Commit

Permalink
Update track-total-hits.asciidoc
Browse files Browse the repository at this point in the history
Added missing `
  • Loading branch information
clintongormley committed Feb 18, 2019
1 parent 818d895 commit d59ec89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/search/request/track-total-hits.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ of hits after a certain threshold.

When set to `true` the search response will always track the number of hits that
match the query accurately (e.g. `total.relation` will always be equal to `"eq"`
when `track_total_hits is set to true). Otherwise the `"total.relation"` returned
when `track_total_hits` is set to true). Otherwise the `"total.relation"` returned
in the `"total"` object in the search response determines how the `"total.value"`
should be interpreted. A value of `"gte"` means that the `"total.value"` is a
lower bound of the total hits that match the query and a value of `"eq"` indicates
Expand Down Expand Up @@ -178,4 +178,4 @@ GET twitter/_search
<1> The total number of hits is unknown.

Finally you can force an accurate count by setting `"track_total_hits"`
to `true` in the request.
to `true` in the request.

0 comments on commit d59ec89

Please sign in to comment.