Where has Lucene.Net.Highlight gone?

試著忘記壹切 提交于 2019-12-01 14:33:06

问题


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?


回答1:


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/




回答2:


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



来源:https://stackoverflow.com/questions/4957666/where-has-lucene-net-highlight-gone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!