Too long ago I worked on SOLR-17541 [1] with #2899 [2]. The solution involved a 10.x (main) only API change for the Load Balanced Solr Client. Users would no longer pass in a pre-built SolrClient; instead they must pass a Builder.
After committing this change [3] there were some seemingly-unrelated test failures. It has been so long I forgot what was failing. I reverted that commit and then unfortunately life got in the way. Now I think I finally have time to work out any unforeseen problems. This message is just to let everyone know what's up and to give you a chance to voice your concerns. I plan to re-apply the commit within the next day. Also, the removed Builder methods are to be deprecated in the next 9.x release. ----- [1] https://issues.apache.org/jira/browse/SOLR-17541 [2] https://github.com/apache/solr/pull/2899 [3] d3e57aad8259f4b9c574fbff5cb5f6d112bef85a --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
