Steve Molloy created SOLR-5192:
----------------------------------

             Summary: Generalize LBHttpSolrServer to allow load balancing with 
other SolrServer implementations
                 Key: SOLR-5192
                 URL: https://issues.apache.org/jira/browse/SOLR-5192
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
            Reporter: Steve Molloy


The LBHttpSolrServer class provides very useful basic load balancing, 
especially in the context of SolrCloud. But it forces the use of HttpSolrServer 
underneath, which is not the most efficient when performing updates. The logic 
should be generalized to support any SolrServer implementation, especially the 
ConcurrentUpdateSolrServer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to