On May 20, 2009, at 12:07 PM, Matt Weber wrote:
Hey Grant,
I have opened a new ticket with the current version of my patch at https://issues.apache.org/jira/browse/SOLR-1177
. What do you mean by configuring my shards? I implemented the
distributed methods (prepare, process, modifyRequest, etc) as is
done in the other distributed components, then I just specify a
shards parameter in the query. I looked though the other
distributed components and did not see them doing any special shard
configuration other than modifying the query that is sent to the
shards. I must be missing something, but I can't seem to figure out
due to my lack of knowledge on distributed components and the solr
codebase in general. Thanks for your help!
No, nothing special. Just wanted to make sure your query had a shards
parameter in it (or configured in the solrconfig defaults).
Basically, I was assuming nothing.
I'll take a look at the patch, hopefully tonight or tomorrow morning.