Hi all, I am trying schemaless mode and it seems to works very nice, and there is no overhead to write a custom schema for each type of collection that we need to index. However we are facing a strange problem. Once we have created a collection and indexed data on that collection, if we need to make some change on data (change data type), even if we delete the collection, restart all solr instances, create the collection again, the new auto schema is not recreated and the former auto generated schema is still there.
The only workaround that i have found to solve this, is to create a new collection with a different name. Is this a known bug on Solr 6.6 or am I missing something? Thanks in advance,