You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Anil <an...@gmail.com> on 2018/07/12 06:22:47 UTC

compositeid router issue post collection restore.

HI,

i am trying solr backup and restore functionality.

i have restored a collection in solr cloud cluster. and _route_ in solr
search query is failing with following exception.

Error - implicit router can't find shard

i have checked the collection status in clusterstate.json and it is looking
good.

 "maxShardsPerNode":"1",
 "router":"compositeId",
 "replicationFactor":"2",
 "autoAddReplicas":"false",
 "routerSpec":{"name":"compositeId"}

Please correct me if something is wrong. Thanks.

Regards,
Anil