On 2/23/2018 10:40 AM, BlackIce wrote: > My idea was, in order to avoid confusion, which has been arising when > people start to modify schema.xml,... is to set Solr back into > "schema-mode" by having the user issue a command like SED or AWK in order > to add the corresponding command line into solrconfig.xml before creating > the core along with a friendly reminder that this is just a "quick-start" > and to study the solr documentation for a more complex set-up.
On my dev server, which is the only one running a version new enough for this to be a concern, I'm letting Solr have its default. I still make manual edits, I just do it to a managed-schema file instead of schema.xml. I have never used the Schema API that becomes possible with the managed schema. But even though I'm not using that functionality, I let Solr have its default. At some point the classic schema may get removed, and I want to already have a config that works, if that day should come. Thanks, Shawn