Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. get lucene-core-3.5.0.jar from Maven Central
  2. detect the index version using getCurrentVersion(index_dir) of Lucene 3.5.0
  3. for any version older than LUCENE_35 go to 34, otherwise go to 6
  4. run the IndexUpgrader class of Lucene 3.5 (or optimize())
  5. start up DSpace in order to start up Solr 4
  6. run the IndexUpgrader class of Lucene 4.10.2

...