On Tue, Apr 8, 2008 at 8:56 PM, swarag <[EMAIL PROTECTED]> wrote: > I am trying to search through a distributed index and when I enter this > link: >http://wil1devsch1.cs.tmcs:8983/select?shards=wil1devsch1.cs.tmcs:8983,wil1devsch1.cs.tmcs:8080&q=pizza > But it always gives me results from the index stored on 8983 and not on > 8080. > Is there anything wrong in what I am doing???
A shard should be specified more something like wil1devsch1.cs.tmcs:8983/solr But that shouldn't be causing your problem. Make sure you are using the standard request handler with one of the latest builds of solr. It looks like tthe shards param is simply being ignored. -Yonik