Package org.apache.solr.util.plugin
package org.apache.solr.util.plugin
Common APIs related to implementing Solr plugins
See also: SolrPluginUtils.
-
ClassDescriptionAn abstract super class that manages standard solr-style plugin configuration.A plugin that can be initialized with a Map<String,String>MapPluginLoader<T extends MapInitializedPlugin>A plugin that can be initialized with a NamedListNamedListPluginLoader<T extends NamedListInitializedPlugin>A plugin that can be initialized with a PluginInfo