如何读取lucene 5.5.5索引?

kon*_*ica 5 java lucene indexing luke

什么版本的 Luke 能够读取 5.5.5 lucene 的索引?我试过 Luke 4.10, 5.2, 5.5, 7.2 但总是得到这个:

Invalid directory at the location, check console for more information. Last exception:
org.apache.lucene.index.IndexFormatTooOldException: Format version is not supported (resource BufferedChecksumIndexInput(MMapIndexInput(path=""))): this index is too old (version: 5.5.5). This version of Lucene only supports indexes created with release 6.0 and later.
Run Code Online (Sandbox Code Playgroud)

Mak*_*iuk 2

我们还在我们的项目中使用 Lucene 5.5.5。
支持它的最新版本 Luke 是 6.6.0 - https://github.com/DmitryKey/luke/releases/tag/luke-6.6.0