From 81eda1834b4c0fd5a9cdadd85f5492e6e99b8ca3 Mon Sep 17 00:00:00 2001 From: Paul Schwarz Date: Tue, 13 Feb 2018 08:54:52 +0100 Subject: [PATCH] Improve wording "... as less as possible" -> "... as little as possible" --- docs/reference/query-dsl/has-child-query.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/query-dsl/has-child-query.asciidoc b/docs/reference/query-dsl/has-child-query.asciidoc index 976948edbdd..ca23afb0fae 100644 --- a/docs/reference/query-dsl/has-child-query.asciidoc +++ b/docs/reference/query-dsl/has-child-query.asciidoc @@ -27,9 +27,9 @@ Note that the `has_child` is a slow query compared to other queries in the query dsl due to the fact that it performs a join. The performance degrades as the number of matching child documents pointing to unique parent documents increases. If you care about query performance you should not use this query. -However if you do happen to use this query then use it as less as possible. Each -`has_child` query that gets added to a search request can increase query time -significantly. +However if you do happen to use this query then use it as little as possible. +Each `has_child` query that gets added to a search request can increase query +time significantly. [float] ==== Scoring capabilities