Hi,
> find me the 10 most similar documents
I suppose you mean "mlt.count" supported by MoreLikeThisComponent.
https://cwiki.apache.org/confluence/display/solr/MoreLikeThis
MLT is ordinary search in Lucene, so you get documents in order of
similarity (default scoring criteria) and can limit resu
Hi,
I was wondering if Lucene supports applying a filter to an MLT search?
I believe that Solr can do it, but I'm not sure if Lucene can ..
A possible use case is "find me the 10 most similar documents to X
created in the last month".
Thanks
- Chris
--