0
votes

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)}

1

1 Answers

1
votes

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