C# (CSharp) Lucene.Net.Queries.Mlt MoreLikeThisQuery - 2 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Queries.Mlt.MoreLikeThisQuery extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg in custom QueryParser extensions. At query.rewrite() time the reader is used to construct the actual MoreLikeThis object and obtain the real Query object.