Hi, As per https://lucene.apache.org/solr/guide/7_2/schema-factory-definition-in-solrconfig.html#SchemaFactoryDefinitioninSolrConfig-Classicschema.xml, the only difference between schema.xml and managed-schema is that one accepts schema-changes through an API while the other one does not.
However, there is a flag "mutable" which can be used with managed-schema too to turn dynamic-changes ON or OFF If that is true, then it means schema.xml does not offer anything which managed-schema does not. Is that a valid statement to make? Infact, I see that schema.xml is not shipped anymore with Solr ? Thanks SG