MCPcopy Create free account
hub / github.com/apache/solr / postClose

Method postClose

solr/core/src/java/org/apache/solr/core/CloseHook.java:55–55  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

53 * @param core SolrCore object that is shutting down / closing
54 */
55 default void postClose(SolrCore core) {}
56}

Callers 2

doCloseMethod · 0.65
shutdownMethod · 0.65

Implementers 4

MyCloseHooksolr/modules/cross-dc/src/java/org/apa
DocExpirationUpdateProcessorFactorysolr/core/src/java/org/apache/solr/upd
ZkIndexSchemaReadersolr/core/src/java/org/apache/solr/sch
ReplicationHandlersolr/core/src/java/org/apache/solr/han

Calls

no outgoing calls

Tested by

no test coverage detected