Managed schema and schema.xml file

2015-06-18 Thread Steven White
Hi everyone, I just upgraded from 5.1.0 to 5.2.1 and noticed a behavior change which I consider a bug. In my solrconfig.xml, I have the following: !-- schemaFactory class=ClassicIndexSchemaFactory/ -- schemaFactory class=ManagedIndexSchemaFactory bool name=mutabletrue/bool str

Re: Managed schema and schema.xml file

2015-06-18 Thread Shawn Heisey
=ClassicIndexSchemaFactory/ Solr will not restart because it cannot find schema.xml As I understand it, the managed schema system will complain if it sees a file named schema.xml -- having both the managed schema file and schema.xml is confusing, so if the classic file exists, it's an error. Because