File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Note that the `has_child` is a slow query compared to other queries in the
2727query dsl due to the fact that it performs a join. The performance degrades
2828as the number of matching child documents pointing to unique parent documents
2929increases. 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
You can’t perform that action at this time.
0 commit comments