如何使用 Luke 检查 Solr 索引

发布于 2024-10-15 17:56:26 字数 125 浏览 2 评论 0原文

如何使用 Luke 检查我的 solr 索引?我尝试指向我的索引位置(solr/core1/data/index)。但我收到错误

Unknown format version: -12

How can I check my solr index using Luke? I tried pointing to my index location (solr/core1/data/index). But I am getting the error

Unknown format version: -12

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心如狂蝶 2024-10-22 17:56:26

我在夜间构建 lucene (4.x) 和较旧的 luke (1.0.1) 时遇到了这个错误 - 目前可以从其网站获得最新版本。

退房&从这里构建最新的 luke:

http://code.google.com/p/luke/ source/checkout

它读取最新的 lucene 4.x 版本,以及 3.x 版本。

I got that error with a nightly build of lucene (4.x) and an older luke (1.0.1) - the latest currently available from its site.

Check out & build the latest luke from here:

http://code.google.com/p/luke/source/checkout

It reads latest lucene 4.x ok, 3.x versions as well.

忆离笙 2024-10-22 17:56:26

正如 Mauricio 所建议的,此错误意味着您的 luke 版本比 solr 版本旧。尝试更新到最新版本的 Luke。

As Mauricio suggests, this error means that your luke version is older than your solr version. Try updating to the newest version of Luke.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文