Improve wording
"... as less as possible" -> "... as little as possible"
This commit is contained in:
parent
658ca5e10b
commit
81eda1834b
|
@ -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
|
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
|
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.
|
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
|
However if you do happen to use this query then use it as little as possible.
|
||||||
`has_child` query that gets added to a search request can increase query time
|
Each `has_child` query that gets added to a search request can increase query
|
||||||
significantly.
|
time significantly.
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
==== Scoring capabilities
|
==== Scoring capabilities
|
||||||
|
|
Loading…
Reference in New Issue