Load balancer for solrcloud
问题 We are hitting one of the solr instances in solrcloud architecture directly from a .Net application. If that instance is down, then the request need to be served by another live instance. This is possible with load balancer. What options are available for this and which can be used best? Solr cloud is in Windows. Please suggest since Solrj is not being used here. Thanks in advance. 回答1: Any load balancer would do. We are using nginx without trouble. If you need something analogous to SolrJ,