Lucene.Net (2.9.2.2) 和 Nhibernate.Search
我想使用 Lucene.Net 版本。 2.9.2.2 使用 nHibernate 搜索。
我可能想使用最新的 nhibernate 版本之一。
我看到图库中有一个 nuget 包 但它对我不起作用。 当我尝试编译时,出现错误:
Could not load file or assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=f5940d1699e37ff1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
是否有其他地方可以下载与最新版本的 Lucene.et 兼容的 nHibernate.Search?
谢谢
I would like to use Lucene.Net ver. 2.9.2.2 with nHibernate Search.
I would like to use one of the latest nhibernate versions, possibly.
I've seen there's a nuget package in the gallery but it doesn't work for me.
When I try to compile I get the error:
Could not load file or assembly 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=f5940d1699e37ff1' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Is there any other place where I can download nHibernate.Search compatible with the latests versione of Lucene.et?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过 svn 下载 NHibernate.Search 源代码:
https:// /nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Search
You can download NHibernate.Search source code via svn here :
https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk/src/NHibernate.Search
我已经修好了。现在您可以使用 nuget 包
I've fixed it. Now you can use the nuget package