mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Hi, When I tried to execute the mlt handler query on a shard it is giving result if the documents exist on that shards. in below scenario, I have a cloud shards on localhost with ports 8181 and 8191. where documents are distributed. if the mlt query document id belongs to 8181 shard and the

mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Hi, When I tried to execute the mlt handler query on a shard it is giving result if the documents exist on that shards. in below scenario, I have a cloud shards on localhost with ports 8181 and 8191. where documents are distributed. if the mlt query document id belongs to 8181 shard and the

Re: mlt handler not giving response in Solr Cloud

2014-11-18 Thread Jilani Shaik
Please help me on this issue. Please provide me suggestions what is missing to get the response from multiple solr shards in cloud. On Tue, Nov 18, 2014 at 1:40 PM, Jilani Shaik jilani24...@gmail.com wrote: Hi, When I tried to execute the mlt handler query on a shard it is giving result if

Re: mlt handler not giving response in Solr Cloud

2014-11-18 Thread Anshum Gupta
Hi Jilani, Looking at the use case you have, you might want to try out the MLT Query parser. The handler has issues when the client sends MLT request to a shard that doesn't contain the document because of the way it's been designed. Look at the following issues: * SOLR-5480

Re: mlt handler not giving response in Solr Cloud

2014-11-18 Thread Shawn Heisey
On 11/18/2014 1:10 AM, Jilani Shaik wrote: When I tried to execute the mlt handler query on a shard it is giving result if the documents exist on that shards. in below scenario, I have a cloud shards on localhost with ports 8181 and 8191. where documents are distributed. if the mlt query