DmitryKey / luke

This is mavenised Luke: Lucene Toolbox Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show stack traces when failing to open index

mocobeta opened this issue · comments

Luke shows an error dialog when failing to open an index reader / directory (may be because of the index version incompatibility,) but does not show stack traces. So you have no idea why you can't open the index.
The stack traces must be displayed in the error dialog.

Stack traces can be large, so they should be logged to files instead of error dialog.