This is an automated email from the ASF dual-hosted git repository.
cpoerschke pushed a change to branch jira/solr-13350
in repository https://gitbox.apache.org/repos/asf/solr.git
from ab895b101a0 factor out SolrMultiCollectorManager.scoreMode method
new a59fde7e0db reduce code duplication w.r.t. populateScoresIfNeeded and
populateNextCursorMarkFromTopDocs
add e7051f9058f SOLR-17166 cloud.sh can't put solr.xml in zk anymore
(#2279)
add bcb9f144974 SOLR-17058: Request param to disable distributed stats
request at query time (#2046)
new 08088d1ca62 Merge remote-tracking branch 'origin/main' into
jira/solr-13350
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev-tools/scripts/cloud.sh | 5 +-
solr/CHANGES.txt | 2 +
.../solr/handler/component/QueryComponent.java | 9 +++-
.../solr/handler/component/ResponseBuilder.java | 10 +++-
.../java/org/apache/solr/search/QueryCommand.java | 9 ++++
.../org/apache/solr/search/QueryResultKey.java | 16 ++++++-
.../org/apache/solr/search/SolrIndexSearcher.java | 32 +++++++------
.../org/apache/solr/core/QueryResultKeyTest.java | 17 +++++++
.../apache/solr/search/stats/TestDistribIDF.java | 53 ++++++++++++++++++++++
.../pages/solrcloud-distributed-requests.adoc | 11 +++++
.../apache/solr/common/params/CommonParams.java | 9 ++++
11 files changed, 150 insertions(+), 23 deletions(-)