指南针搜索注释导致编译器错误

发布于 2024-07-07 18:59:27 字数 167 浏览 12 评论 0原文

我尝试在 Java 程序中使用 Compass 搜索引擎中的 @Searchable 注释,但收到编译时错误:“类型不匹配:无法将 Searchable 转换为注释”。

我已经包含了我能想到的所有 jar 文件,并在网上搜索了工作示例,但无济于事。

有人有指南针注释的工作示例吗?

I'm trying to use the @Searchable annotations from the Compass search engine in my Java program, but I receive a compile-time error: "type mismatch: cannot convert Searchable to Annotation".

I have included all of the jar files that I can think of, and scoured the web for working examples to no avail.

Does anyone have a working example of Compass annotations?

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

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

发布评论

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

评论(1

眉目亦如画i 2024-07-14 18:59:27

“类型不匹配:无法将可搜索转换为注释”

此错误是由来自 compass14-xxxjar 的 Searchable 类引起的。 在您的指南针库中,将 compass14-xxxjar 放在底部,如果不需要,请将其删除。 正确的 Searchable 类位于 compass-xxxjar 中。

"type mismatch: cannot convert Searchable to Annotation"

This error is caused by the Searchable class coming from compass14-x.x.x.jar. In your Compass library put compass14-x.x.x.jar down to the bottom or remove it if you don't need it. The right Searchable class is in compass-x.x.x.jar.

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