Re: Optimizing Solr Batch Queries with Streaming API

2024-06-28 Thread Eric Pugh
The code snippet you provided is pretty dense! I don’t have a direct answer, but do have a couple of thoughts. 1) Do you have a small demo project that this code could be part of that you could share? An example is https://github.com/epugh/playing-with-solr-streaming-expressions/ where I’ve

Optimizing Solr Batch Queries with Streaming API

2024-06-26 Thread M E
Hi Solr Community, I'm Marat, and I recently posted in the thread about executing multiple Solr queries in batch using the Streaming API. I've tried the code snippet discussed but found that the performance is not as expected—it's significantly slower compared to standard methods. I'm looking to