SOLR-8131: Add CHANGES entry under solr 5.4 as well mentioning change to ManagedIndexSchemaFactory in all example config files

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Varun Thacker 2015-12-07 08:52:18 +00:00
parent 0e886c19fa
commit af650f5edd
1 changed files with 5 additions and 0 deletions

View File

@ -244,6 +244,11 @@ Other Changes
* SOLR-8359: Restrict child classes from using parent logger's state
(Jason Gerlowski, Mike Drob, Anshum Gupta)
* SOLR-8131: All example config sets now explicitly use the ManagedIndexSchemaFactory
instead of ClassicIndexSchemaFactory. This means that the Schema APIs ( /<collection>/schema )
are enabled by default and the schema is mutable. The schema file will be called managed-schema
(Uwe Schindler, shalin, Varun Thacker)
================== 5.4.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release