[
https://issues.apache.org/jira/browse/SOLR-5480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14123210#comment-14123210
]
Claude commented on SOLR-5480:
------------------------------
[~smolloy],
We applied your SOLR-5480 patch
(https://issues.apache.org/jira/secure/attachment/12622022/SOLR-5480.patch) in
March while we were in the process of moving to a distributed architecture.
We've revisited those changes and are having trouble getting some unit tests to
run. Specifically, We are getting errors in the MoreLikeThisHandlerTest.
We've played around with several changes in the test. One of the things we
noticed was a difference in which interesting terms are used, and the
formatting of the response.
It looks like the MoreLikeThisHandler was filling interestingTerms using
fillInterestingTermsFromMLTQuery which applies a boost formula to the terms.
Whereas the SingleMoreLikeThisComponent uses the retrieveTerms of the
MoreLikeThis class (several paths including :
SingleMoreLikeThisComponent.processTermDetails ->
MoreLikeThis.getTermDetails->retrieveTerms).
I'm wondering if you have been able to successfully run the
MoreLikeThisHandlerTest with the latest patch? If so, did you make any
modifications to it?
Thanks very much for any help you can give.
Best,
Claude
> Make MoreLikeThisHandler distributable
> --------------------------------------
>
> Key: SOLR-5480
> URL: https://issues.apache.org/jira/browse/SOLR-5480
> Project: Solr
> Issue Type: Improvement
> Reporter: Steve Molloy
> Assignee: Noble Paul
> Attachments: SOLR-5480.patch, SOLR-5480.patch, SOLR-5480.patch,
> SOLR-5480.patch, SOLR-5480.patch, SOLR-5480.patch, SOLR-5480.patch,
> SOLR-5480.patch
>
>
> The MoreLikeThis component, when used in the standard search handler supports
> distributed searches. But the MoreLikeThisHandler itself doesn't, which
> prevents from say, passing in text to perform the query. I'll start looking
> into adapting the SearchHandler logic to the MoreLikeThisHandler. If anyone
> has some work done already and want to share, or want to contribute, any help
> will be welcomed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]