Re: distributed search components

2009-08-21 Thread Mike Anderson
I was working on MLT component with patch SOLR-788. On Aug 21, 2009, at 6:49 PM, Yonik Seeley wrote: On Fri, Aug 21, 2009 at 6:35 PM, Mike Anderson wrote: I've been trying to dissect the MLT component and understand how it works. Every-time I think I have the process figured it out I somehow

Re: distributed search components

2009-08-21 Thread Yonik Seeley
On Fri, Aug 21, 2009 at 12:52 PM, Mike Anderson wrote: > I'm trying to make my way through learning how to modify and write > distributed search components. The whole ResponseBuilder stuff is really a first pass - it obviously could use refinement. As you go through, it would be great if you coul

Re: distributed search components

2009-08-21 Thread Yonik Seeley
On Fri, Aug 21, 2009 at 6:35 PM, Mike Anderson wrote: > I've been trying to dissect the MLT component and understand how it works. > Every-time I think I have the process figured it out I somehow just end up > more confused. I don't think MTL supports distributed search. http://wiki.apache.org/so

Re: distributed search components

2009-08-21 Thread Mike Anderson
I've been trying to dissect the MLT component and understand how it works. Every-time I think I have the process figured it out I somehow just end up more confused. Here is my so far best guess at how the process and flow work: 1. request comes in, and is routed to distributed section of

Re: distributed search components

2009-08-21 Thread Jason Rutherglen
Mike, I'm also finding the Solr distributed process to be confusing. Lets try to add things to the wiki as we learn them? -J On Fri, Aug 21, 2009 at 9:52 AM, Mike Anderson wrote: > I'm trying to make my way through learning how to modify and write > distributed search components. > > A few ques