Hi,

I have a strange behavior while searching my solrcloud cluster:
for a query like this
http://localhost/solr/my_collection/select?q="my+query"; <http://10.1.1.193:7006/solr-madaptive/collection_mapi/select?q=%22Sairauden+sanoma%22>
solr responses sometimes with one document and sometimes with no documents.
This found document is located at shard8, so if I query with &shards=shard8 then I always get this document, but if I query with &shards=shard8,shard1 then about 50% of my requests return no documents at all.
I tried it with solr 4.3.0 and also with 4.3.1.
My cluster has 8 shards with 8 replicas with about 100M docs and default (compositeId) document routing.

Reply via email to