HSEARCH700061:无法索引嵌入类型“java.lang.String”:

发布于 2025-01-09 13:51:27 字数 702 浏览 0 评论 0原文

有人可以帮助我们为什么我们在 hibernate-search 6 中遇到以下异常吗?

failures: 
              - HSEARCH700061: Unable to index-embed type 'java.lang.String': no index mapping (@GenericField, @FullTextField, custom bridges, ...) is defined for that type.

HSEARCH400520: Duplicate index field definition: 'users'. Index field names must be unique. Look for two property mappings with the same field name, or two indexed-embeddeds with prefixes that lead to conflicting index field names, or two custom bridges declaring index fields with the same name.

将这两个注释一起使用,例如:

@IndexedEmbedded
@GenericField
private Set<String> users;

Can someone please help us why we are getting below exceptions in hibernate-search 6?

failures: 
              - HSEARCH700061: Unable to index-embed type 'java.lang.String': no index mapping (@GenericField, @FullTextField, custom bridges, ...) is defined for that type.

and

HSEARCH400520: Duplicate index field definition: 'users'. Index field names must be unique. Look for two property mappings with the same field name, or two indexed-embeddeds with prefixes that lead to conflicting index field names, or two custom bridges declaring index fields with the same name.

I am using these two annotations together like:

@IndexedEmbedded
@GenericField
private Set<String> users;

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文