You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2021/02/11 17:32:45 UTC

[lucene-solr] 02/02: SOLR-15114: Add CHANGES entry

This is an automated email from the ASF dual-hosted git repository.

tflobbe pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 3d6d92feb5bc532e71e6c8ee5f92396b7f65b982
Author: Tomas Fernandez Lobbe <tf...@apache.org>
AuthorDate: Thu Feb 11 09:16:39 2021 -0800

    SOLR-15114: Add CHANGES entry
---
 solr/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index aa92267..db4aa67 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -36,6 +36,9 @@ Bug Fixes
 * SOLR-15145: System property to control whether base_url is stored in state.json to enable back-compat with older SolrJ versions.
   (Timothy Potter)
 
+* SOLR-15114: Fix bug that caused WAND optimization to be disabled in cases where the max score is requested (such as
+  multi-shard requests in SolrCloud) (Naoto Minami via Tomás Fernández Löbbe)
+
 Other Changes
 ---------------------
 * SOLR-15118: Deprecate CollectionAdminRequest.getV2Request(). (Jason Gerlowski)