Re: Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Dr. Jan Frederik Maas
Hey Alessandro, it seems that the edismax MLThandler is not able to work correctly with a solr cloud/sharding: https://issues.apache.org/jira/browse/SOLR-4414 Using the MLThandler we got randomly a response for only very few requests, while the MLTcomponent works fine (except for the problem

Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Alessandro Benedetti
Hey Jan, any reason you are using the MLTComponent, instead of a specific Request Handler with the MLT query parser ? Entities Similarity edismax 5 *,score explicit json {!mlt qf=field1,field2,field3,field4 mintf=1 mindf=5 maxq

Re: Re: MoreLikeThis Component - how to get fields of documents

2016-05-09 Thread Dr. Jan Frederik Maas
Hi Edwin, thanks for your reply - we currently use 5.0.0 Best wishes, Jan Am 05.05.2016 um 05:26 schrieb Zheng Lin Edwin Yeo: Hi Jan, Which version of Solr are you using? Regards, Edwin On 26 April 2016 at 23:46, Dr. Jan Frederik Maas < jan.m...@sub.uni-hamburg.de> wrote: Hello, I want

Re: MoreLikeThis Component - how to get fields of documents

2016-05-04 Thread Zheng Lin Edwin Yeo
Hi Jan, Which version of Solr are you using? Regards, Edwin On 26 April 2016 at 23:46, Dr. Jan Frederik Maas < jan.m...@sub.uni-hamburg.de> wrote: > Hello, > > I want to use the moreLikeThis Component to get similar documents from a > sharded SOLR. This works quite well except for the fact tha