瀏覽代碼

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

Co-authored-by: ondrejbardon <70531797+ondrejbardon@users.noreply.github.com>
James Rodewig 5 年之前
父節點
當前提交
2fd11f58a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/search/profile.asciidoc

+ 1 - 1
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,