Can I edit Apache Solr's managed-schema file manually?
If I just created a new core with Apache Solr 6.1.0 and haven't added any documents yet, will manually editing the default managed-schema file cause errors down the line?
The managed-schema.xml could be changed manually and that wouldn't cause errors, however the best practice regardless of the existing documents is to use the API as explained here.