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.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
(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.