Re: distributed search on duplicate shards

2010-09-30 Thread mike anderson
Thanks for the feedback. I ended up posting a patch to JIRA (SOLR-2132), although I've made a few changes since that patch. Already from our initial tests we've seen a 10% improvement

Re: distributed search on duplicate shards

2010-09-29 Thread Chris Hostetter
: 4. The first shard from a set (solr1a, solr1b) to successfully return is : honored, and the other requests (solr1b, if solr1a responds first, for : instance) are removed/ignored : 5. The response is completed and returned as soon as one shard from each set : responds It seems like a useful feat

Fwd: distributed search on duplicate shards

2010-09-23 Thread mike anderson
Just wanted to poke this since it got buried under a dozen or so Jira updates. I also sent it to the deprecated list, though I think it should have forwarded. -mike -- Forwarded message -- From: mike anderson Date: Thu, Sep 23, 2010 at 7:06 PM Subject: distributed search on

distributed search on duplicate shards

2010-09-23 Thread mike anderson
Hi all, My company is currently running a distributed Solr cluster with about 15 shards. We occasionally find that one shard will be relatively slow and thus hold up the entire response. To remedy this we thought it might be useful to have a system such that: 1. We can duplicate each shard, and t