Hello all, We have an app that uses the SolrJ and instantiates using HttpSolrServer.
Now that we would like to move to SolrCloud, can we still use the same app, or do we HAVE to switch to CloudSolrServer server = new CloudSolrServer("?????"); right away? Or will point to one instance using HttpSolrServer suffice for now? Thanks.