Closed cpoerschke closed 3 years ago
The CloudSolrClient.Builder() and CloudSolrClient.Builder.withZkHost(String) APIs are deprecated as per the https://solr.apache.org/docs/8_4_1/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.Builder.html documentation.
CloudSolrClient.Builder()
CloudSolrClient.Builder.withZkHost(String)
Oooh, thanks for this! I may try to get out a new release in the next couple of weeks and will definitely add this in!
The
CloudSolrClient.Builder()
andCloudSolrClient.Builder.withZkHost(String)
APIs are deprecated as per the https://solr.apache.org/docs/8_4_1/solr-solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.Builder.html documentation.