Are there any schema changes that would cause problems with the following procedure from the FAQ<http://wiki.apache.org/solr/FAQ#How_can_I_rebuild_my_index_from_scratch_if_I_change_my_schema.3F> ?
1. Use the "match all docs" query in a delete by query command before shutting down Solr: <delete><query>*:*</query></delete> 1. Reload core 2. Re-Index your data Would this work when dynamic fields are removed?