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/26 17:48:27 UTC

[13/14] lucene-solr:jira/solr-8668: SOLR-10046: move from 6.6.0 to 7.0.0 CHANGES.txt (backport yet to be completed)

SOLR-10046: move from 6.6.0 to 7.0.0 CHANGES.txt (backport yet to be completed)


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

Branch: refs/heads/jira/solr-8668
Commit: 90b3ef18dee4d7f583d08047da3bd95d49d859cd
Parents: 98b2cba
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Apr 26 17:01:29 2017 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Apr 26 17:01:29 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/90b3ef18/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 419167c..2438229 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -83,6 +83,8 @@ New Features
 
 * SOLR-10393: Adds UUID Streaming Evaluator (Dennis Gove)
 
+* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
+
 Bug Fixes
 ----------------------
 * SOLR-9262: Connection and read timeouts are being ignored by UpdateShardHandler after SOLR-4509.
@@ -157,8 +159,6 @@ New Features
 
 * SOLR-9992: Add support for grouping with PointFIelds. (Cao Manh Dat)
 
-* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
-
 * SOLR-9994: Add support for CollapseQParser with PointFields. (Varun Thacker, Cao Manh Dat)
 
 * SOLR-10076: Hide keystore and truststore passwords from /admin/info/* outputs. (Mano Kovacs via Mark Miller)