Re: Creation of CloudSolrClient with httpClient is faling

2022-12-20 Thread David Smiley
Hello, >From the Solr 9 upgrade notes: > The old CloudSolrClient has been renamed as CloudLegacySolrClient and > deprecated > So you could continue to use the client you used to use, now called CloudLegacySolrClient (based on Apache HttpClient), if you wish. The Jetty HttpClient based CloudSolr

Creation of CloudSolrClient with httpClient is faling

2022-12-20 Thread Keerthi Turakapalli
Hi, Teamsite product uses solr from version 7.x and has been upgrading to version 8.11.2 with no issues. However, when we tried to upgrade to solr 9, we are seeing many issues with compilation due to package structure changes/class removals/internal method implementation changes, etc. We change