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/05/25 17:36:33 UTC

[28/59] [abbrv] lucene-solr:jira/solr-8668: Ref Guide: update upgrade notes for 6.6

Ref Guide: update upgrade notes for 6.6


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

Branch: refs/heads/jira/solr-8668
Commit: 48aa31d09c501f29acf656a7c269cd7c374bff43
Parents: bdecee2
Author: Cassandra Targett <ca...@lucidworks.com>
Authored: Thu May 18 13:13:40 2017 -0500
Committer: Cassandra Targett <ca...@lucidworks.com>
Committed: Thu May 18 13:13:40 2017 -0500

----------------------------------------------------------------------
 solr/solr-ref-guide/src/upgrading-solr.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/48aa31d0/solr/solr-ref-guide/src/upgrading-solr.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/upgrading-solr.adoc b/solr/solr-ref-guide/src/upgrading-solr.adoc
index 6ec78f1..e5803d8 100644
--- a/solr/solr-ref-guide/src/upgrading-solr.adoc
+++ b/solr/solr-ref-guide/src/upgrading-solr.adoc
@@ -7,7 +7,11 @@ If you are already using Solr 6.5, Solr 6.6 should not present any major problem
 [[UpgradingSolr-Upgradingfrom6.5.x]]
 == Upgrading from 6.5.x
 
-* <TBD>
+* Solr contribs map-reduce, morphlines-core and morphlines-cell have been removed.
+
+* JSON Facet API now uses hyper-log-log for numBuckets cardinality calculation and calculates cardinality before filtering buckets by any mincount greater than 1.
+
+* ZooKeeper dependency has been upgraded from 3.4.6 to 3.4.10.
 
 [[UpgradingSolr-Upgradingfromearlier6.xversions]]
 == Upgrading from earlier 6.x versions