Hello,

I'm running solrcloud with 2 shards.

Lets assume I've 100 documents indexed in total, which are divided 55/45 by
the shards...
when I query, for example:
curl
'http://localhost:7500/solr/index/select?q=*:*l&wt=json&indent=true&rows=0'
sometimes I got "response":{"numFound":0, sometimes -
"response":{"numFound":45, "response":{"numFound":55 or
"response":{"numFound":100.

But when I run the query:
curl
'http://localhost:7500/solr/index/select?shards=localhost:7500/solr/index,localhost:7501/solr/index&q=*:*&wt=json&indent=true&rows=0'

it always returns the complete list of 100 documents.

Am I missing some configuration?

thanks.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Partial-results-returned-tp4026027.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to