Where has Lucene.Net.Highlight gone?

2019-02-21 15:44发布

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?

标签: lucene.net
2条回答
我只想做你的唯一
2楼-- · 2019-02-21 16:05

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/

查看更多
不美不萌又怎样
3楼-- · 2019-02-21 16:22

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

查看更多
登录 后发表回答