Hi,

I'm using distributed Solr with two machines.

when I query in URL: http://lca2-s5-pc04:8080/solr/select?&q=name:john
I get <result name="response" numFound="17" start="0"> and 10 documents are
shown.

when I query in URL:
http://lca2-s5-pc04:8080/solr/select?shards=lca2-s5-pc04:8080/solr&q=name:john
I get <result name="response" numFound="7" start="0"/> and 0 documents are
shown.

when I query in URL:
http://lca2-s5-pc04:8080/solr/select?shards=lca2-s5-pc04:8080/solr,lca2-s5-pc05:8080/solr&q=name:john
<result name="response" numFound="336" start="0"/> and again 0 documents are
shown.

I'm not able to figure out why it is not able to use SHARDS for querying and
return documents. Can it be a Solr-config problem??

Thanks and Cheers,
Anshul

-- 
Anshul Jain

Reply via email to