Method called when the given SolrCore object has been shut down and update handlers and searchers are closed Use this method for post-close clean up operations e.g. deleting the index from disk. The core's passed to the method is already closed and therefore, its update handler or searc
(SolrCore core)
| 53 | * @param core SolrCore object that is shutting down / closing |
| 54 | */ |
| 55 | default void postClose(SolrCore core) {} |
| 56 | } |
no outgoing calls
no test coverage detected