【问题标题】:How to read lucene 5.5.5 index?如何读取 lucene 5.5.5 索引?
【发布时间】:2018-07-25 02:09:09
【问题描述】:

什么版本的 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.

【问题讨论】:

标签: java indexing lucene luke


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 2011-01-21
    • 2014-08-27
    • 2014-07-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-15
    • 1970-01-01
    相关资源
    最近更新 更多