You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by jl...@gmail.com on 2009/09/10 09:32:58 UTC

Does MoreLikeThis support sharding?

Hi,

I tried MoreLikeThis (StandardRequestHandler with mlt arguments)
with a single solr server and it works fine. However, when I tried
the same query with sharded servers, I don't get the moreLikeThis
key in the results.

So my question is, Is MoreLikeThis with StandardRequestHandler
supported on shards? If not, is MoreLikeThisHandler supported?

Thanks,
Jack




Re: Re[2]: Does MoreLikeThis support sharding?

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Sat, Sep 12, 2009 at 11:03 AM, <jl...@gmail.com> wrote:

> >> So my question is, Is MoreLikeThis with StandardRequestHandler
> >> supported on shards? If not, is MoreLikeThisHandler supported?
>
> > No, MoreLikeThis does not work with distributed search currently.
> > There is an issue open with a couple of patches though.
> > See https://issues.apache.org/jira/browse/SOLR-788
>
> Ah, I see. Thanks. Is it a part of the 1.4 plan to add this support?
>
>
Unfortunately, no. I guess we managed to miss this issue because the fix
version was not set for 1.4. Now the window of opportunity has gone and
we're finishing up pending issues with the 1.4 release. But if you do try
the patches, please report your experience. This will be released with 1.5

-- 
Regards,
Shalin Shekhar Mangar.

Re[2]: Does MoreLikeThis support sharding?

Posted by jl...@gmail.com.
>> So my question is, Is MoreLikeThis with StandardRequestHandler
>> supported on shards? If not, is MoreLikeThisHandler supported?

> No, MoreLikeThis does not work with distributed search currently.
> There is an issue open with a couple of patches though.
> See https://issues.apache.org/jira/browse/SOLR-788

Ah, I see. Thanks. Is it a part of the 1.4 plan to add this support?


Re: Does MoreLikeThis support sharding?

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Thu, Sep 10, 2009 at 1:02 PM, <jl...@gmail.com> wrote:

>
> I tried MoreLikeThis (StandardRequestHandler with mlt arguments)
> with a single solr server and it works fine. However, when I tried
> the same query with sharded servers, I don't get the moreLikeThis
> key in the results.
>
> So my question is, Is MoreLikeThis with StandardRequestHandler
> supported on shards? If not, is MoreLikeThisHandler supported?
>

No, MoreLikeThis does not work with distributed search currently. There is
an issue open with a couple of patches though.

See https://issues.apache.org/jira/browse/SOLR-788

-- 
Regards,
Shalin Shekhar Mangar.