luke icon indicating copy to clipboard operation
luke copied to clipboard

Add Index Upgrade feature

Open DmitryKey opened this issue 8 years ago • 2 comments

Since luke allows opening index format of older versions (luke 7.1 opens 6.6.0 index), then it could offer Index Upgrade functionality via https://lucene.apache.org/solr/guide/7_1/indexupgrader-tool.html

DmitryKey avatar Dec 18 '17 13:12 DmitryKey

I have never used this API so far, but I think it should be possible to add "Upgrade index" menu item to Tools menu.

Just leave my implementation image:

  • Call IndexUpgrader.upgrade() method asynchronously
  • Use PrintStreamInfoStream to output information to JTextArea

Also, It would be a good first issue for new contributors.

mocobeta avatar Oct 04 '18 10:10 mocobeta

For contributors: Now Luke is a part of Apache Lucene. Please create an issue (if there is not exist) to Lucene Jira if you want to help with this.

mocobeta avatar Apr 15 '19 09:04 mocobeta