mirror of https://github.com/apache/lucene.git
SOLR-8387: Rename all schema.xml files to managed-schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ac7756852
commit
40486d3220
|
@ -272,6 +272,13 @@ Other Changes
|
|||
|
||||
* SOLR-8360: simplify ExternalFileField.getValueSource implementation (Christine Poerschke)
|
||||
|
||||
* SOLR-8387: All example configs shipped with Solr explicitly use ManagedIndexSchemaFactory, the schema file will
|
||||
be called managed-schema instead of schema.xml . It is not advised to use hand edit the managed-schema. You should
|
||||
use the schema APIs instead ( /<collection>/schema ) . If you do not want this behaviour in the example configs,
|
||||
before you start solr rename managed-schema to schema.xml and change the schemaFactory in solrconfig.xml file
|
||||
to explicitly use ClassicIndexSchemaFactory instead : <schemaFactory class="ClassicIndexSchemaFactory"/>
|
||||
(Varun Thacker)
|
||||
|
||||
================== 5.4.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
|
Loading…
Reference in New Issue