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/03/20 19:01:19 UTC

lucene-solr:master: SOLR-10046: move from 6.5.0 to 6.6.0 CHANGES.txt (backport yet to be completed)

Repository: lucene-solr
Updated Branches:
  refs/heads/master a3e4f57e1 -> ffaa2345b


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/ffaa2345
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ffaa2345
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ffaa2345

Branch: refs/heads/master
Commit: ffaa2345b40cff5287fcf8edaf9059cf3a8d1892
Parents: a3e4f57
Author: Christine Poerschke <cp...@apache.org>
Authored: Mon Mar 20 19:00:33 2017 +0000
Committer: Christine Poerschke <cp...@apache.org>
Committed: Mon Mar 20 19:00:33 2017 +0000

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ffaa2345/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)