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=false to the request.

Your request looks like
http://server:port/solr/collection/collection1_shard1_replica1?q=whatever&distrib=false.

Best,
Erick

On Mon, Apr 3, 2017 at 11:13 PM, Ketan Thanki <ktha...@asite.com> wrote:
>
> 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!]
>

Reply via email to