指南针搜索注释导致编译器错误
我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此错误是由来自 compass14-xxxjar 的 Searchable 类引起的。 在您的指南针库中,将 compass14-xxxjar 放在底部,如果不需要,请将其删除。 正确的 Searchable 类位于 compass-xxxjar 中。
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.