From 5a9303dec2c3a1ba9678b22a926bc50e1bdd1b38 Mon Sep 17 00:00:00 2001 From: Itamar Syn-Hershko <itamar@code972.com> Date: Tue, 14 Jun 2016 15:22:19 +0300 Subject: [PATCH] Fixing typos (#18851) --- docs/reference/search/profile.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/search/profile.asciidoc b/docs/reference/search/profile.asciidoc index 48b9de5ce60..25820d04800 100644 --- a/docs/reference/search/profile.asciidoc +++ b/docs/reference/search/profile.asciidoc @@ -324,8 +324,8 @@ Looking at the previous example: -------------------------------------------------- We see a single collector named `SimpleTopScoreDocCollector`. This is the default "scoring and sorting" Collector -used by Elasticsearch. The `"reason"` field attempts to give an plain english description of the class name. The -`"time` is similar to the time in the Query tree: a wall-clock time inclusive of all children. Similarly, `children` lists +used by Elasticsearch. The `"reason"` field attempts to give a plain english description of the class name. The +`"time"` is similar to the time in the Query tree: a wall-clock time inclusive of all children. Similarly, `children` lists all sub-collectors. It should be noted that Collector times are **independent** from the Query times. They are calculated, combined