Skip to content

Commit 81eda18

Browse files
paulschwarzDaveCTurner
authored andcommitted
Improve wording
"... as less as possible" -> "... as little as possible"
1 parent 658ca5e commit 81eda18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/query-dsl/has-child-query.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Note that the `has_child` is a slow query compared to other queries in the
2727
query dsl due to the fact that it performs a join. The performance degrades
2828
as the number of matching child documents pointing to unique parent documents
2929
increases. If you care about query performance you should not use this query.
30-
However if you do happen to use this query then use it as less as possible. Each
31-
`has_child` query that gets added to a search request can increase query time
32-
significantly.
30+
However if you do happen to use this query then use it as little as possible.
31+
Each `has_child` query that gets added to a search request can increase query
32+
time significantly.
3333

3434
[float]
3535
==== Scoring capabilities

0 commit comments

Comments
 (0)