Lucene.Net.Highlight 去哪儿了?

发布于 2024-10-17 07:36:00 字数 287 浏览 2 评论 0原文

我试图找出 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 技术交流群。

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

发布评论

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

评论(2

叫思念不要吵 2024-10-24 07:36:00

最近的 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/

翻了热茶 2024-10-24 07:36:00

荧光笔现在是 NuGet 中 Lucene.Contrib 包的一部分。

The Highlighter is now part of the Lucene.Contrib package in NuGet.

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