私は Lucene について学ぼうとしており、Luke を使って調査したいと考えています。Lucene 4.3 の IndexFiles デモでインデックスを作成してから、最新バージョンの Luke でインデックスを表示しようとしたところ、次のメッセージが表示されました。
Invalid directory at the location, check console for more information. Last exception:
org.apache.lucene.index.IndexFormatTooNewException: Format version is not supported (resource: ChecksumIndexInput(MMapIndexInput(path="/home/lavin/sep20.index/segments_2"))): 1 (needs to be between 0 and 0)
何が間違っていて、修正する方法はありますか? 私のバージョンの Lucene は、Luke が解読するには新しすぎますか? Lucene に古いバージョンのインデックスを作成するように指示する方法はありますか? 前もって感謝します、 -- マーク