Search code examples
solrsolrj

CloudSolrServer in Solr 7.3


I am new to Solr.

I want to build CloudSolrServerin Solr 7.3. However, I do not find CloudSolrServer in source code and API doc, but I do find CloudSolrClient.

Is CloudSolrServer deprecated? What's the new class name?

import org.apache.solr.client.solrj.impl.{CloudSolrClient(found), CloudSolrServer(cannot resolve symbol)}


Solution

  • yes it is deprecated, CloudSolrClient replaces it. It was just a better name, as this is the client to connect to Solr server.