Open jnioche opened 6 years ago
see https://solr.apache.org/guide/solr/latest/deployment-guide/solrj.html
ConcurrentUpdateHttp2SolrClient - just like ConcurrentUpdateSolrClient but using Http2SolrClient instead. This class is experimental therefore its API’s might change or be removed in minor versions of SolrJ.
Not sure whether CloudSolrClient is asynchronous
[CloudSolrClient] (https://solr.apache.org/docs/9_0_0/solrj/org/apache/solr/client/solrj/impl/CloudSolrClient.html) - geared towards communicating with SolrCloud deployments. Uses already-recorded ZooKeeper state to discover and route requests to healthy Solr nodes.
Maybe https://github.com/inoio/solrs would be useful?