diff --git a/en/reference/querying/yql.html b/en/reference/querying/yql.html index 28865f95a1..f4bb72803e 100644 --- a/en/reference/querying/yql.html +++ b/en/reference/querying/yql.html @@ -2277,6 +2277,19 @@
+ Each content node resolves its per-node target hits as
+ max(minTargetHits, ceil(totalTargetHits × share)), where share
+ is the node's share of the active documents in the
+ group serving the query - not across
+ the whole cluster, since a query is dispatched to a single group. A node that has just joined
+ the cluster, or is still receiving documents after a topology change, temporarily holds little
+ content and would get too few hits from totalTargetHits alone without this floor.
+