You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2018/05/29 21:19:22 UTC

lucene-solr:branch_7x: SOLR-12358: CHANGES.txt: fix accidentally removed reference to SOLR-12375

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x d38f375fb -> 7355e26c0


SOLR-12358: CHANGES.txt: fix accidentally removed reference to SOLR-12375


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/7355e26c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7355e26c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7355e26c

Branch: refs/heads/branch_7x
Commit: 7355e26c0baeb720c88983eca9ff65fbf50311f8
Parents: d38f375
Author: David Smiley <ds...@apache.org>
Authored: Tue May 29 17:19:17 2018 -0400
Committer: David Smiley <ds...@apache.org>
Committed: Tue May 29 17:19:17 2018 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/7355e26c/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 0982949..8567f8f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -245,6 +245,11 @@ Optimizations
 * SOLR-11880: Avoid creating new exceptions for every request made to MDCAwareThreadPoolExecutor by distributed
   search and update operations. (Varun Thacker, shalin)
 
+* SOLR-12375: Optimize Lucene needsScore / ScoreMode use:
+  A non-cached filter query could be told incorrectly that scores were needed.
+  The /export (ExportQParserPlugin) would declare incorrectly that scores are needed.
+  Expanded docs (expand component) could be told incorrectly that scores are needed.  (David Smiley)
+
 Other Changes
 ----------------------