Re: Delete using Streaming Expressions

2021-08-13 Thread mtn search
Thanks Jan - Exactly what I was looking for. Matthew On Fri, Aug 13, 2021 at 3:35 AM Jan Høydahl wrote: > Please see > https://solr.apache.org/guide/8_9/stream-decorator-reference.html#delete > > Jan > > > 12. aug. 2021 kl. 21:05 skrev mtn search : > > > > Hello, > > > > I have heard that there

Re: Delete using Streaming Expressions

2021-08-13 Thread Jan Høydahl
Please see https://solr.apache.org/guide/8_9/stream-decorator-reference.html#delete Jan > 12. aug. 2021 kl. 21:05 skrev mtn search : > > Hello, > > I have heard that there can be issues when using the Solr delete by query > approach ( *:*) for large sets of > documents. That it may block othe

Delete using Streaming Expressions

2021-08-12 Thread mtn search
Hello, I have heard that there can be issues when using the Solr delete by query approach ( *:*) for large sets of documents. That it may block other indexing activities... I have also heard that using Solr Streaming Expressions would be a better approach, more efficient for large doc sets to be