You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/04/20 16:29:42 UTC

[09/13] lucene-solr:jira/solr-8668: SOLR-10527: move CHANGES entry to 6.5.1 section

SOLR-10527: move CHANGES entry to 6.5.1 section


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

Branch: refs/heads/jira/solr-8668
Commit: ffe61ff2ad82c355577ea827067dc7196a5e2ca0
Parents: 8b27b82
Author: Steve Rowe <sa...@gmail.com>
Authored: Wed Apr 19 20:10:11 2017 -0400
Committer: Steve Rowe <sa...@gmail.com>
Committed: Wed Apr 19 20:10:11 2017 -0400

----------------------------------------------------------------------
 solr/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ffe61ff2/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 73fb88a..64de854 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -213,9 +213,6 @@ Bug Fixes
 * SOLR-10047: Mismatched Docvalues segments cause exception in Sorting/Faceting. Solr now uninverts per segment
   to avoid such exceptions. (Keith Laban via shalin)
   
-* SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
-  (Steve Rowe)
-
 * SOLR-10472: Fixed uninversion (aka: FieldCache) bugs with the numeric PointField classes, and CurrencyField (hossman)
 
 * SOLR-5127: Multiple highlight fields and wildcards are now supported e.g. hl.fl=title,text_*
@@ -302,6 +299,9 @@ Bug Fixes
 
 * SOLR-10439: The new 'large' attribute had been forgotten in /schema/fields?showDefaults=true
 
+* SOLR-10527: edismax with sow=false fails to create dismax-per-term queries when any field is boosted.
+  (Steve Rowe)
+
 ==================  6.5.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.