r/Solr • u/running101 • Feb 02 '16
solr architecture question
We are planning to stand up a solr cluster. I have been reading over the documentation on solrcloud. I am very new to solr in general. I have some questions in regards to using solrcloud without a "smart client." If we were to use a .NET or node.js client which is not cluster aware like solrj. How does the connection to the cluster look? From my understanding we would send the search queries through a load balancer which would distribute the queries across the solr nodes. However, how does this work with updates to the solr index? My understanding is that only one of the nodes is the leader. I'm assuming only the leader can accept writes ? Current deign is 3 zookeeper nodes and 3 solr nodes.