[DOCS] Fix typo in search profile docs (#63522) (#63559)

Co-authored-by: ondrejbardon <70531797+ondrejbardon@users.noreply.github.com>
This commit is contained in:
James Rodewig 2020-10-12 10:13:13 -04:00 committed by GitHub
parent 9c170706dd
commit 25ead6abb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ explanation text for the query, and is made available to help differentiating
between parts of your query (e.g. both `message:get` and `message:search` are
TermQuery's and would appear identical otherwise.
The `time_in_nanos` field shows that this query took ~1.8ms for the entire
The `time_in_nanos` field shows that this query took ~11.9ms for the entire
BooleanQuery to execute. The recorded time is inclusive of all children.
The `breakdown` field will give detailed stats about how the time was spent,