[
https://issues.apache.org/jira/browse/SOLR-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227851#comment-13227851
]
Vadim Kisselmann commented on SOLR-788:
---------------------------------------
Hi Jamie,
Unfortunately, I can't reproduce this bug now, but i try it this week.
I use edismax as default query handler.
My queries looks like (default select with mlt-params):
http://localhost:8080/solr/shard_1/select?shards=localhost:8080/solr/shard_1,localhost:8080/solr/shard_2&indent=true&q=solr&mlt=true&mlt.fl=text,title&mlt.qf=text&mlt.mintf=1&mlt.minwl=3&mlt.boost=true&rows=10&mlt.mindf=1&start=0
OR with mlt-handler:
http://localhost:8080/solr/shard_1/mlt?shards=localhost:8080/solr/shard_1,localhost:8080/solr/shard_2&indent=true&q=solr&mlt.fl=text,title&mlt.qf=text&mlt.mintf=1&mlt.minwl=3&mlt.boost=true&rows=10&mlt.mindf=1&start=0&mlt.interestingTerms=details
With more than one field in mlt.fl I get "HTTP 400" exceptions.
Thanks for the new patch, I will test it this week :)
> MoreLikeThis should support distributed search
> ----------------------------------------------
>
> Key: SOLR-788
> URL: https://issues.apache.org/jira/browse/SOLR-788
> Project: Solr
> Issue Type: Improvement
> Components: MoreLikeThis
> Reporter: Grant Ingersoll
> Priority: Minor
> Fix For: 3.6, 4.0
>
> Attachments: AlternateDistributedMLT.patch, MLT.patch, MLT.patch,
> MoreLikeThisComponentTest.patch, SolrMoreLikeThisPatch.txt
>
>
> The MoreLikeThis component should support distributed processing.
> See SOLR-303.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]