You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2015/11/25 18:47:19 UTC

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

Author: hossman
Date: Wed Nov 25 17:47:19 2015
New Revision: 1716501

URL: http://svn.apache.org/viewvc?rev=1716501&view=rev
Log:
SOLR-8239: CHANGES typo

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=1716501&r1=1716500&r2=1716501&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Nov 25 17:47:19 2015
@@ -178,7 +178,7 @@ Jetty 9.2.13.v20150730
 Upgrading from Solr 5.3
 -----------------------
 
-* DefaultSimilarityFactory has been renamed to ClassicSimilarityFactory to mach the underlying rename of
+* DefaultSimilarityFactory has been renamed to ClassicSimilarityFactory to match the underlying rename of
   DefaultSimilarity to ClassicSimilarity and the (eventual) move away from using it as a default.
   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.