Re: Querying a specific replica in SolrCloud

2017-10-11 Thread Chris Ulicny
Thanks! I was trying the distrib=false option but was apparently using it incorrectly for the cloud. The shard.info parameter was what I was originally looking for. On Wed, Oct 11, 2017 at 1:09 PM Erick Erickson wrote: > You can route a request to a specific replica by > solr_node:port/solr/col

Re: Querying a specific replica in SolrCloud

2017-10-11 Thread Erick Erickson
You can route a request to a specific replica by solr_node:port/solr/collection1_shard1_replica1/query?distrib=false&blah blah blah The "distrib=false" bit will cause the query to go to that replica and only that replica. You can get the shard (collection1_shard1_replica1) from the admin UI "cores

Querying a specific replica in SolrCloud

2017-10-11 Thread Chris Ulicny
Hi, We're trying to investigate a possible data issue between two replicas in our cloud setup. We have docValues enabled for a string field, and when we facet by it, the results come back with the expected numbers per value, or zero for all values. Is there a way to tell which replica is handling