MoreLikeThisHandler Unit Test

2008-06-10 Thread Tom Morton
I'm trying to write some unit tests for the MoreLikeThisHandler which test the functionality. I've added documents, committed them, but can't get the query to return a single document from which mlt would get terms. It's as if the documents aren't making it to the index or I'm query them

Re: Boosting for MoreLikeThisHandler

2008-06-06 Thread Tom Morton
, Jun 6, 2008 at 6:46 AM, Grant Ingersoll [EMAIL PROTECTED] wrote: I think a separate issue is warranted. Can you add unit tests, too? On Jun 5, 2008, at 3:33 PM, Tom Morton wrote: Hi, SOLR-295 mentions boost support for morelikethis and then seems to have been subsumed by SOLR-281 but I

Boosting for MoreLikeThisHandler

2008-06-05 Thread Tom Morton
Hi, SOLR-295 https://issues.apache.org/jira/browse/SOLR-295 mentions boost support for morelikethis and then seems to have been subsumed by SOLR-281https://issues.apache.org/jira/browse/SOLR-281but I don't think this got implemented. I've patched MoreLikeThisHandler to support this. Here's a