-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asynchronous queries and updates in SOLR? #621
Comments
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. |
My understanding is the following:
Any thoughts? |
@jnioche and @rzo1 I am planning to implement this using ConcurrentUpdateHttp2SolrClient and requestAsync. Does this sound reasonable? Do you have any comments? |
@mvolikas I am not a SOLR user but sounds good to me. |
Same, go for what you think is best
…On Mon, 27 Jan 2025, 10:57 Richard Zowalla, ***@***.***> wrote:
@mvolikas <https://github.com/mvolikas> I am not a SOLR user but sounds
good to me.
—
Reply to this email directly, view it on GitHub
<#621 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABVJT37LLPPNPGT23UBJU32MYGKXAVCNFSM6AAAAABUGHYTDKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJVGQZTMMBZGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Maybe https://github.com/inoio/solrs would be useful?
The text was updated successfully, but these errors were encountered: