Lucene.NET 更多类似这个示例
谁能举例说明如何在 Lucene.NET 中使用 MoreLikeThis 功能。我在网上搜索过,找不到一个例子。
Could anyone give an example of how to use the MoreLikeThis feature in Lucene.NET. I have searched online and cannot find a single example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(复活一个老问题!)
以 Lucene.Net 2.9.4g 为例:
这会生成一个 Lucene.Net.Search.Query 对象,可用于搜索与传递给 StringReader 对象的文本相似的文档。
(Resurrecting an old question!)
As an example for Lucene.Net 2.9.4g:
This generates a Lucene.Net.Search.Query object that can be used to search for documents that are similar to the text passed into the StringReader object.