You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2017/02/22 18:11:18 UTC

lucene-solr:master: Sync 6.5.0 section in solr/CHANGES.txt with the branch_6x version.

Repository: lucene-solr
Updated Branches:
  refs/heads/master b9b699fbe -> 9bc3fa39c


Sync 6.5.0 section in solr/CHANGES.txt with the branch_6x version.


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

Branch: refs/heads/master
Commit: 9bc3fa39c8ee38f72ec9a105e437026abda8a7ee
Parents: b9b699f
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Feb 22 13:11:11 2017 -0500
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Feb 22 13:11:11 2017 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9bc3fa39/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index a22a163..3924053 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -89,6 +89,9 @@ Jetty 9.3.14.v20161028
 Detailed Change List
 ----------------------
 
+Upgrade Notes
+----------------------
+
 New Features
 ----------------------
 
@@ -127,6 +130,10 @@ New Features
 
 * SOLR-9987: Add support for MultiValued DocValues in PointFields using SortedNumericDocValues (Tom�s Fern�ndez L�bbe)
 
+* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated
+  field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble,
+  shalin, yonik)
+
 Bug Fixes
 ----------------------
 
@@ -145,7 +152,7 @@ Bug Fixes
 
 * SOLR-10124: Replication can skip removing a temporary index directory in some cases when it should not. (Mark Miller)
 
-* SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown. (Mark Miller)
+* SOLR-9996: Unstored IntPointField returns Long type (Ishan Chattopadhyaya)
 
 * SOLR-10104: BlockDirectoryCache release hooks do not work with multiple directories. (Mike Drob, Mark Miller)
 
@@ -169,6 +176,8 @@ Bug Fixes
 
 * SOLR-10020: CoreAdminHandler silently swallows some errors. (Mike Drob via Erick Erickson)
 
+* SOLR-10063: CoreContainer shutdown has race condition that can cause a hang on shutdown. (Mark Miller)
+
 Optimizations
 ----------------------
 
@@ -181,10 +190,6 @@ Optimizations
 * SOLR-9584: Support Solr being proxied with another endpoint than default /solr, by using relative links
   in AdminUI javascripts (Yun Jie Zhou via janhoy)
 
-* SOLR-5944: In-place updates of Numeric DocValues. To leverage this, the _version_ field and the updated
-  field must both be stored=false, indexed=false, docValues=true. (Ishan Chattopadhyaya, hossman, noble,
-  shalin, yonik)
-
 Other Changes
 ----------------------
 * SOLR-9980: Expose configVersion in core admin status (Jessica Cheng Mallet via Tom�s Fern�ndez L�bbe)
@@ -212,8 +217,6 @@ Other Changes
 
 * SOLR-10072: The test TestSelectiveWeightCreation appears to be unreliable. (Michael Nilsson via Mark Miller)
 
-* SOLR-9996: Unstored IntPointField returns Long type (Ishan Chattopadhyaya)
-
 * SOLR-10011: Refactor PointField & TrieField to now have a common base class, NumericFieldType. The
   TrieField.TrieTypes and PointField.PointTypes are now consolidated to NumericFieldType.NumberType. This
   refactoring also fixes a bug whereby PointFields were not using DocValues for range queries for