Improve wording

"... as less as possible" -> "... as little as possible"
This commit is contained in:
Paul Schwarz 2018-02-13 08:54:52 +01:00 committed by David Turner
parent 658ca5e10b
commit 81eda1834b
1 changed files with 3 additions and 3 deletions

View File

@ -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