On Jul 8, 2013, at 1:40 PM, "Ali, Saqib" <docbook....@gmail.com> wrote:
> 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? Yes, it will. - Mark > > Thanks.