You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/11/24 16:24:34 UTC

svn commit: r1716160 - /lucene/dev/trunk/solr/CHANGES.txt

Author: ehatcher
Date: Tue Nov 24 15:24:34 2015
New Revision: 1716160

URL: http://svn.apache.org/viewvc?rev=1716160&view=rev
Log:
SOLR-8033: document the move of EmptyEntityResolver

Modified:
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1716160&r1=1716159&r2=1716160&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Tue Nov 24 15:24:34 2015
@@ -174,7 +174,7 @@ Upgrading from Solr 5.3
 
 * DefaultSimilarityFactory has been renamed to ClassicSimilarityFactory to mach the underlying rename of
   DefaultSimilarity to ClassicSimilarity and the (eventual) move away from using it as a default.
-  If you currently have DefaultSimilarityFactory explicitly refrenced in your schema.xml, you will now get
+  If you currently have DefaultSimilarityFactory explicitly referenced in your schema.xml, you will now get
   a warning urging you to edit your config to use the functionally identical ClassicSimilarityFactory.
   DefaultSimilarityFactory will be removed completely in Solr 6.  See SOLR-8239 for more details.
 
@@ -182,6 +182,9 @@ Upgrading from Solr 5.3
   - SolrCore.getStartTime: Use SolrCore.getStartTimeStamp instead.
   - SolrIndexSearcher.getOpenTime: Use SolrIndexSearcher.getOpenTimeStamp instead.
 
+* SOLR-8307: EmptyEntityResolver was moved from core to solrj, and moved from the org.apache.solr.util
+  package to org.apache.solr.common.  If you are using this class, you will need to adjust the import package.
+
 Detailed Change List
 ----------------------