You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2017/03/23 14:41:08 UTC

[25/36] lucene-solr:feature/autoscaling: SOLR-10046: move from 6.5.0 to 6.6.0 CHANGES.txt (backport yet to be completed)

SOLR-10046: move from 6.5.0 to 6.6.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/3d675763
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3d675763
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3d675763

Branch: refs/heads/feature/autoscaling
Commit: 3d675763075db60ce561b34709f6a49c516163d9
Parents: fdb1f31
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Mar 20 19:00:33 2017 +0000
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Mar 23 20:10:12 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3d675763/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b4196ed..7767453 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -109,6 +109,8 @@ New Features
 
 * SOLR-9992: Add support for grouping with PointFIelds. (Cao Manh Dat) 
 
+* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
+
 
 ==================  6.5.0 ==================
 
@@ -213,8 +215,6 @@ New Features
 
 * SOLR-10224: Add disk total and disk free metrics. (ab)
 
-* SOLR-10046: Add UninvertDocValuesMergePolicyFactory class. (Keith Laban, Christine Poerschke)
-
 * SOLR-10085: SQL result set fields should be ordered by the field list (Joel Bernstein)
 
 * SOLR-10254: significantTerms Streaming Expression should work in non-SolrCloud mode (Joel Bernstein)