Skip to content

Commit

Permalink
[DOCS] Fix typo (elastic#66721) (elastic#66743)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Tan <[email protected]>
  • Loading branch information
jrodewig and tanalan authored Dec 22, 2020
1 parent 08b0920 commit 40c99e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ should be tracked.
Given that it is often enough to have a lower bound of the number of hits,
such as "there are at least 10000 hits", the default is set to `10,000`.
This means that requests will count the total hit accurately up to `10,000` hits.
It's is a good trade off to speed up searches if you don't need the accurate number
It is a good trade off to speed up searches if you don't need the accurate number
of hits after a certain threshold.

When set to `true` the search response will always track the number of hits that
Expand Down

0 comments on commit 40c99e5

Please sign in to comment.