Re: is there a way to trigger a notification when a document is deleted in solr

2020-12-07 Thread Walter Underwood
That wouldn’t help, because that is a feature request to know when the space is recovered after documents are deleted. I’d look at what shows up in the logs when the delete happens. From that info, you could configure a log follower to notifiy. If your logs go to a log database, that probably su

Re: is there a way to trigger a notification when a document is deleted in solr

2020-12-07 Thread Alexandre Rafalovitch
Maybe a postCommit listener? https://lucene.apache.org/solr/guide/8_4/updatehandlers-in-solrconfig.html Regards, Alex. On Mon, 7 Dec 2020 at 08:03, Pushkar Mishra wrote: > > Hi All, > > Is there a way to trigger a notification when a document is deleted in > solr? Or may be when auto purge ge

Re: is there a way to trigger a notification when a document is deleted in solr

2020-12-07 Thread Erick Erickson
No, it’s marked “unresolved”…. > On Dec 7, 2020, at 9:22 AM, Pushkar Mishra wrote: > > Hi All > https://issues.apache.org/jira/browse/SOLR-13609, was this fixed ever ? > > Regards > > On Mon, Dec 7, 2020 at 6:32 PM Pushkar Mishra wrote: > >> Hi All, >> >> Is there a way to trigger a notific

Re: is there a way to trigger a notification when a document is deleted in solr

2020-12-07 Thread Pushkar Mishra
Hi All https://issues.apache.org/jira/browse/SOLR-13609, was this fixed ever ? Regards On Mon, Dec 7, 2020 at 6:32 PM Pushkar Mishra wrote: > Hi All, > > Is there a way to trigger a notification when a document is deleted in > solr? Or may be when auto purge gets complete of deleted documents i