Re: Shard searching clarifications

2008-08-15 Thread Yonik Seeley
On Fri, Aug 15, 2008 at 12:34 PM, Phillip Farber <[EMAIL PROTECTED]> wrote: > If I have 2 solr instances (solr1 and solr2) each serving a shard > is it correct I only need to send my query to one of the shards, e.g. > > solr1:8080/select?shards=solr1,solr2 ... > > and that I'll get merged results o

Shard searching clarifications

2008-08-15 Thread Phillip Farber
Hi, I just want to be clear on how sharding works so I have two questions. If I have 2 solr instances (solr1 and solr2) each serving a shard is it correct I only need to send my query to one of the shards, e.g. solr1:8080/select?shards=solr1,solr2 ... and that I'll get merged results over bot