dsmiley commented on code in PR #4546:
URL: https://github.com/apache/solr/pull/4546#discussion_r3478802724


##########
solr/solr-ref-guide/modules/query-guide/pages/json-combined-query-dsl.adoc:
##########
@@ -76,6 +76,11 @@ The query structure is similar to JSON Query DSL except for 
how multiple queries
 `combiner.rrf.k` | Default: `60`::
    The k parameter in the RRF algorithm.
 
+[NOTE]
+====
+Consider setting `shards.rows` to at least your deepest expected `offset + 
limit` to enlarge the per-shard candidate pool used for fusion, giving more 
consistent ordering across pages.

Review Comment:
   ```suggestion
   Consider setting `shards.rows` to at least your deepest expected `start + 
rows` to enlarge the per-shard candidate pool used for fusion, giving more 
consistent ordering across pages.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to