Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In some cases it is necessary to control the creation of the SolrServer. Examples for such a need are customized http parameters, load balanced solr server or maybe a streaming http solr server.
The SolrCASConsumer class defines a createServer method. This method should be changed from private to protected in order to allow overwriting it.