Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我第一次尝试使用卢克,我遇到了一些麻烦。我将它指向我想要的目录,但是看到这个:
org.apache.lucene.index.IndexFormatTooNewException:不支持格式版本(资源:SimpleFSIndexInput(path="C:\Users*me*\Chat Data\chat-data\index\segments.gen")):-3(需要介于 -2 和 -2 之间)
有谁知道如何解决这一问题?是兼容性问题吗?我迷路了。
看起来您使用的 Luke 版本对您的索引来说太旧了。
您可以从https://github.com/DmitryKey/luke/releases/获得更新的版本。