RE: [EXTERNAL] Re: How to upgrade a core index to facilitate an upgrade

2024-09-06 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
data from our current version, if that current version is determined to be "too old") -Original Message- From: Arrieta, Alejandro Sent: Thursday, September 5, 2024 7:35 PM To: users@solr.apache.org Cc: solr-user Subject: [EXTERNAL] Re: How to upgrade a core index to facilita

Re: How to upgrade a core index to facilitate an upgrade

2024-09-05 Thread Arrieta, Alejandro
Hello Christopher, Afaik Solr 9 and 8 checks the creation version of the collection/index. Creation version does not change if you empty the collection/index and index again in a newer Solr version. IndexUpgraderTool or changing luceneMatchVersion does not change the creation version either. I che