RE: spurious (?) DateRangeField warnings

2024-06-26 Thread Steffen Moldenhauer
These irritating warnings were fixed with https://issues.apache.org/jira/browse/SOLR-15333 quite a while ago (in Solr 9.0). There's nothing wrong with your field type specification. Regards Steffen > -Original Message- > From: Dmitri Maziuk > Sent: Mittwoch, 26. Juni 2024 03:33 > To:

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