Re: MLT cross core

2009-10-28 Thread Avlesh Singh
> > Does that mean that you cannot do a 'MLT' query from one core result to get > MLT from another (even if there is some common schema between)? > You can always run MLT handlers on a core. Each MLT handler takes certain parameters based on which "similar" results are fetched. You would need to pa

RE: MLT cross core

2009-10-28 Thread Adamsky, Robert
Thanks for the reply -- >> In your multi-core set-up, I don't think you are anywhere close to using >> MLT. The arrangement looks more like a search query. Does that mean that you cannot do a 'MLT' query from one core result to get MLT from another (even if there is some common schema between)?

Re: MLT cross core

2009-10-28 Thread Avlesh Singh
> > My thought now is I cannot use MLT and instead must do a query to B using > the fields from core A ID as query params. Is there big difference in what > will be returned as results using query instead of MLT? > Yes, there is definitely a difference between the results from a MLT handler and any

RE: MLT cross core

2009-10-28 Thread Adamsky, Robert
> Have two cores with some common fields in their schemas. I want to perform > a MLT query on one core and get results from the other schema. Both cores > have same type of id. > >Having the same "type of id" in two different cores is of no good for a MLT >handler (which in-fact operates on one c

Re: MLT cross core

2009-10-27 Thread Avlesh Singh
> > Have two cores with some common fields in their schemas. I want to perform > a MLT query on one core and get results from the other schema. Both cores > have same type of id. > Having the same "type of id" in two different cores is of no good for a MLT handler (which in-fact operates on one co

MLT cross core

2009-10-27 Thread Adamsky, Robert
Have two cores with some common fields in their schemas. I want to perform a MLT query on one core and get results from the other schema. Both cores have same type of id. I saw this thread: http://www.nabble.com/Does-MoreLikeThis-support-sharding--td25378654.html This is not quite what I am do