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
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 g
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
ess 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 questions
1. in SearchHandler, when the query is b
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 compo
I'm trying to make my way through learning how to modify and write
distributed search components.
A few questions
1. in SearchHandler, when the query is broken down and sent to each
shard, will this request make it's way to the process() method of the
component (because it will
On Wed, Sep 24, 2008 at 4:42 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> 1. Can someone describe the stages (I think I know them, but there isn't
> much docs on it)?
The original SOLR-303 has the best description I think.
1) get ids of top docs, and merge them
2) get the stored fields from e
I'm working on https://issues.apache.org/jira/browse/SOLR-651 and also
trying to write up http://wiki.apache.org/solr/WritingDistributedSearchComponents
Couple of questions on writing distributed SearchComponents
1. Can someone describe the stages (I think I know them, but there
isn't much