Hi, I tried to develop a Solr plugin, more specifically a request handler. There is an "init" method that I can hook in my initialization logic, but I couldn't manage to find the corresponding "destroy" method in which I can tear down something. Also I tried to find some kind of event I can listen to, but unfortunately without any result.
So my question is how I can do such a thing. Thank you very much. Best regards, Hongxin Liang