Lucene.Net.Highlight 去哪儿了?
我试图找出 Lucene.Net.Highlight.dll
和相应的格式化类(例如 SimpleHTMLFormatter
)去了哪里。
上次我下载 Lucene.Net 时,该程序集被打包在 zip 文件中,但是我能找到的最新下载并非如此,而且我在 此页面,或与此相关的任何其他页面。
有谁知道它藏在哪里吗?
I'm trying to figure out where Lucene.Net.Highlight.dll
and the corresponding formatting classes (such as SimpleHTMLFormatter
) have gone to.
The last time I downloaded Lucene.Net this assembly was packaged up in the zip file, however this isn't the case with the latest download I could find and I couldn't find any other references to it on this page, or any other page for that matter.
Does anyone know where it is hiding?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最近的 Lucene.Net 版本没有二进制版本。
您必须从以下位置查看: https://svn.apache.org/repos/asf/lucene/lucene.net/trunk/C#/contrib/Highlighter.Net 使用 SVN 并自行构建 DLL。
更新
现在可以通过 Nuget 以二进制版本可靠地下载 contrib 包。
http://nuget.org/packages/Lucene.Net.Contrib/
There is no binary releases of the recent Lucene.Net versions.
You will have to check it out from : https://svn.apache.org/repos/asf/lucene/lucene.net/trunk/C#/contrib/Highlighter.Net using SVN and build the DLL yourself.
Update
The contrib package can now be reliably downloaded via Nuget, in binary release.
http://nuget.org/packages/Lucene.Net.Contrib/
荧光笔现在是 NuGet 中 Lucene.Contrib 包的一部分。
The Highlighter is now part of the Lucene.Contrib package in NuGet.