Re: Shard Query Problem

2009-03-17 Thread Chris Hostetter
: >> I'm not very shard savy, but if the numFound is coming back non-zero, the : >> best guess i have is that somewhere you are overridding the default "rows" : >> param with a value of 0. : >> : >> if that's not it: can you post your requestHandler configur

Re: Shard Query Problem

2009-03-06 Thread Anshul jain
the numFound is coming back non-zero, the >> best guess i have is that somewhere you are overridding the default "rows" >> param with a value of 0. >> >> if that's not it: can you post your requestHandler configurations >> from solrconfig.xml? that might she

Re: Shard Query Problem

2009-03-06 Thread Anshul jain
o, the > best guess i have is that somewhere you are overridding the default "rows" > param with a value of 0. > > if that's not it: can you post your requestHandler configurations > from solrconfig.xml? that might shed some light on things for people. > > : Date: Thu, 19

Re: Shard Query Problem

2009-03-03 Thread Chris Hostetter
0. if that's not it: can you post your requestHandler configurations from solrconfig.xml? that might shed some light on things for people. : Date: Thu, 19 Feb 2009 22:30:19 +0100 : From: Anshul jain : Subject: Shard Query Problem : : Hi, : : I'm using distributed Solr with two mach

Shard Query Problem

2009-02-19 Thread Anshul jain
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 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 and 0 documents are shown. when