[ 
https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Anderson updated SOLR-788:
-------------------------------

    Attachment: AlternateDistributedMLT.patch

I had trouble getting this to work in my distributed setup so I changed the 
patch around (for better or worse) to make it flow in a way that made sense to 
me.

Just wanted to post in case anybody else was having trouble.


Some thoughts on response builder/ distributed components: It would be nice to 
allow components to add requests (in a natural way)  to response builder after 
the QueryComponent has made it through finishedStage and merged all the 
results. This could optimize MLT so that instead of finding MLT for the top 5 
hits from each shard, we find MLT for the top 5 hits overall. (maybe there's a 
way to do this, but I couldn't really find the intuition behind it) .

mike
mik...@mit.edu

> MoreLikeThis should support distributed search
> ----------------------------------------------
>
>                 Key: SOLR-788
>                 URL: https://issues.apache.org/jira/browse/SOLR-788
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>         Attachments: AlternateDistributedMLT.patch, 
> MoreLikeThisComponentTest.patch, SolrMoreLikeThisPatch.txt
>
>
> The MoreLikeThis component should support distributed processing.
> See SOLR-303.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to