After doing a fair amount of detective work, I have found through Solr Admin queries and examining some of the csv files created by the solr-export-statistics tool that there are a lot of xxxx-unmigrated entries creatd by the solr-upgrade-statistics-6x tool (
If a UUID value cannot be found for a legacy id, the legacy id will be converted to the form "xxxx-unmigrated" where xxxx is the legacy id.) These
"xxxx-unmigrated" legacy IDs are inconsistently in the id, owningComm, owningColl, and scopeId (so far as I can tell right now). There is a lot of them (42 GB of csv files in the export dump). How do I correct these values as they are breaking the stats-util tool?
Thank you,
James Holobetz