Class PluginBag.LazyPluginHolder<T>

  • All Implemented Interfaces:
    AutoCloseable, Supplier<T>
    Enclosing class:
    PluginBag<T>

    public class PluginBag.LazyPluginHolder<T>
    extends PluginBag.PluginHolder<T>
    A class that loads plugins Lazily. When the get() method is invoked the Plugin is initialized and returned.
    • Field Detail

      • solrException

        protected org.apache.solr.common.SolrException solrException
      • resourceLoader

        protected org.apache.lucene.util.ResourceLoader resourceLoader