Hello Thomas, Thanks for the reply. Using nodejs here, but thanks for the information, it does help.
Kind regards, Koen On Mon, Oct 23, 2023 at 11:22 AM Thomas Corthals <tho...@klascement.net> wrote: > Hi Koen, > > You'll have to implement that on the client side. > > If you happen to use PHP, the Solarium PHP client has a plugin that does > just that: > https://solarium.readthedocs.io/en/stable/plugins/#buffereddelete-plugin > > (Full disclosure: I wrote the plugin.) > > Thomas > > Op ma 23 okt 2023 om 10:47 schreef Koen De Groote <kdg....@gmail.com>: > > > I'm looking to delete a big set of documents, based on a list of ids I > > have. > > > > Testing this in a test environment has caused the VM to be unresponsive > for > > several minutes, which isn't ideal. > > > > Are there options to paginate a delete query? > > > > Also, are there options to ask solr about a specific query it was asked > to > > process, if it's still handling it, and all that? > > > > Regards, > > Koen De Groote > > >