Hi,

I had a requirement wherein I wanted to query a specific core on a specific
solr instance . I found the following content in solr wiki

*
Explicitly specify the addresses of shards you want to query:
http://localhost:7574/solr/collection1/select?shards=localhost:7574/solr/collection1/*

Now suppose if I have a set ip of 1 leader(port:8983) and 1 replica
(port:7574) and collection 1 is present on 8983 still the above query give
me correct result. It fails only in port 7574 is down. 

Can anybody please provide some help on this




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Querying-a-specific-core-in-solr-cloud-tp4079964.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to