Lucene.NET 通过 NHibernate.Search 和 POCO 实体

发布于 2024-08-23 12:26:49 字数 121 浏览 3 评论 0原文

在通过 NHibernate.Search 使用 Lucene.NET 时,是否有办法保留真正的 POCO 实体?

Lucene.NET (NHibernate.Search) 映射似乎只适用于实体类中的属性。

Is there anyway to keep true POCO Entities while working with Lucene.NET through NHibernate.Search ?

It seems that Lucene.NET (NHibernate.Search) mapping only work with Attributes within Entity classes.

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

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

发布评论

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

评论(1

一江春梦 2024-08-30 12:26:50

事实上,这确实是事实,就在不久之前。然而,有不同的地图提供商。查看 Mapping 命名空间的源代码。您必须建立自己的提供商,但这是可能的。

Actually this was true, not too long ago. However, there are different mapping providers out there. Take a look into the source code for the Mapping namespace. You will have to build your own provider but it is possible.

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