Lucene.net 文件夹搜索
我是 Lucene.net 的新手。我想从可能包含所有类型文件的文件夹中搜索内容(.txt、.xls、.pdf、.exe、.ppt、.doc...)。
假设如果我搜索任何内容,我想列出文件路径和文件路径。文件内的内容匹配(应突出显示)(如果有)。
任何示例代码将不胜感激。
注意:我想在 C# 类库中使用这个结果。
I am newbie in Lucene.net. I want to search a content from the folder which may have all type of files (.txt, .xls, .pdf, .exe, .ppt, .doc,...).
Suppose if I search any content, I want to list the filepath & content matched (it should be highlighted) inside the file if any.
Any sample code would be appreciated.
Note : I am want to use this result in C# class library.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有使用过它,但你应该考虑使用 SOLR。据我所知,您无法将其托管在 .NET 服务器上,但您可以使用 solrSHARP 从 .NET 连接到它。
I haven't used it myself, but you should look into using SOLR. AFAIK you cannot host it on a .NET server, but you can connect to it from .NET using solrSHARP.