From 25ead6abb7f05b4c1f20a13c9f61cf4e8d1d39b9 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Mon, 12 Oct 2020 10:13:13 -0400 Subject: [PATCH] [DOCS] Fix typo in search profile docs (#63522) (#63559) Co-authored-by: ondrejbardon <70531797+ondrejbardon@users.noreply.github.com> --- docs/reference/search/profile.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/profile.asciidoc b/docs/reference/search/profile.asciidoc index a431c48414c..7bc73f99347 100644 --- a/docs/reference/search/profile.asciidoc +++ b/docs/reference/search/profile.asciidoc @@ -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,