While performing atomic indexing, I run into an error which says 'unknown field X' where X is not a field specified in the schema. It is a discontinued field. After deleting that field from the schema, I have restarted Solr but I have not re-indexed the content back, so the deleted field data still might be there in Solr index.
The way I understand how atomic indexing works, it tries to index all stored values again, but why is it trying to index stored value of a field that does not exist in the schema?
