hi, i used your tool to upgrade an index from solr 3.4 to 6.6. It works pretty well, but running queries on the index occurs some errors. A query about all documents *:* returns the expected result, but if i want to query with a specific field, solr returns that the field is undefined. So it is necessary to re-index the index.
Do you know this issue? Do you always re-index the index after upgrading it?