Hi,

RTG query is not able to match docs in my collection.
Collection - 2 shards
router field is not the same as uniqueKey
solr 6.3.1

Looked at the code - it uses passed list of ids to find the shard it belongs to 
based on hash range and fires distributed queries. But ids are uniqueKey and 
hash ranges are for router.field so it does not find the doc.

I could think of a workaround by computing shards on client and send shards 
parameter with query. 
Would it also impact replica sync?

Thanks,
Susmit

Reply via email to