Re: solrj: Asynchronous requests and batched updates in Solr Cloud

2025-05-10 Thread Markos Volikas
Hi Jason, Thanks a lot for your detailed reply and for sharing the implementation idea on "update batching". Very much appreciated! The note about concurrent updates in CloudSolrClient is indeed interesting. I'll try to find some time to look into it and will let you know if I make any progr

Re: solrj: Asynchronous requests and batched updates in Solr Cloud

2025-05-05 Thread Jason Gerlowski
Hi Markos, I'll answer the easiest question first. The "requestAsync" method is relatively new to our SolrJ API. I don't know of any concrete plans, but I would expect it to be added to more client implementations over time (and ultimately end up on the SolrClient interface). Update batching is

solrj: Asynchronous requests and batched updates in Solr Cloud

2025-04-27 Thread Markos Volikas
Hi all, I've been working on a feature for Apache StormCrawler (Incubating) (https://github.com/apache/incubator-stormcrawler/pull/1488), where we would like to be able to 1. Use CloudHttp2SolrClient