Hello Solr users. My organization is working on a solr implementation with multiple cores. I want to prepare us for the day when we'll need to make a change to our schema.xml, and roll that change into our production environment.
I believe we'll need to perform the following steps: # delete all our documents # update the schema.xml in all our cores # rebuild the index from the source data. Have any of you done this? What has your experience been?