Lucene.NET 通过 NHibernate.Search 和 POCO 实体
在通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实上,这确实是事实,就在不久之前。然而,有不同的地图提供商。查看 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.