Re: How to Insert and retrieve data from specific shard in Solr 6.1.0

2017-04-03 Thread Erick Erickson
Why? By it's nature, SolrCloud usually doesn't care about what shard a document came from. Unless you use "implicit" routing, even _you_ don't know what shard the doc landed on. But if you insist, address the request to a particular _replica_ that happens to belong to the shard and add &distrib=fa

How to Insert and retrieve data from specific shard in Solr 6.1.0

2017-04-03 Thread Ketan Thanki
Hi, Please help for the below mention query. I need to insert/update data to specific shard and also retrieve the data from specific shard in solr 6.1.0. Pease let me for the configuration/code changes required for the existing solr collections. Regards, [CC Award Winners!]