apache / incubator-stormcrawler

A scalable, mature and versatile web crawler based on Apache Storm
https://stormcrawler.apache.org/
Apache License 2.0
889 stars 260 forks source link

asynchronous queries and updates in SOLR? #621

Open jnioche opened 6 years ago

jnioche commented 6 years ago

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

jnioche commented 2 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.