incubator-stormcrawler icon indicating copy to clipboard operation
incubator-stormcrawler copied to clipboard

asynchronous queries and updates in SOLR?

Open jnioche opened this issue 7 years ago • 6 comments

Maybe https://github.com/inoio/solrs would be useful?

jnioche avatar Oct 02 '18 09:10 jnioche

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.

jnioche avatar Jun 21 '22 16:06 jnioche