SOLR-8239: CHANGES typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1716501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2015-11-25 17:47:19 +00:00
parent cb84d30a46
commit 02569e6ad0
1 changed files with 1 additions and 1 deletions

View File

@ -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.