I'm currently looking through the source, but just wanted to verify how
shards work.  If a request is made to:

http://localhost:8983/solr/select?shards=localhost:8983/solr,localhost:7574/solr

Does the 8983 instance of Solr make an http request to both 7574 AND 8983 to
search? Or does it know that itself is 8983 and only make the http request
to 7574 while running the search on itself locally?

The source code seems to tell me that it uses the former (makes an http
request to itself), but I just wanted to make sure.
-- 
View this message in context: 
http://www.nabble.com/Quick-shards-question-tp18724604p18724604.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to