Class SolrCore.Provider

java.lang.Object
org.apache.solr.core.SolrCore.Provider
Enclosing class:
SolrCore

public static class SolrCore.Provider extends Object
Provides the core instance if the core instance is still alive. This helps to not hold on to a live SolrCore instance even after it's unloaded
  • Constructor Details

  • Method Details

    • reload

      public void reload()
    • withCore

      public void withCore(Consumer<SolrCore> r)