0

I am trying to upgrade a current solr 4.10.4 setup to solr 5.5.5. Does anyone knows how do I upgrade the index?

Moses Liao GZ
  • 1,556
  • 5
  • 20
  • 45

1 Answers1

0

You can run the IndexUpgrader tool. More details here:

https://lucene.apache.org/core/5_5_0/core/org/apache/lucene/index/IndexUpgrader.html

And in the migration doc:

https://lucene.apache.org/core/5_5_0/MIGRATE.html

jspcal
  • 50,847
  • 7
  • 72
  • 76