Package org.apache.solr.util.plugin

Common APIs related to implementing Solr plugins

See:
          Description

Interface Summary
MapInitializedPlugin A plugin that can be initialized with a Map<String,String>
NamedListInitializedPlugin A plugin that can be initialized with a NamedList
PluginInfoInitialized A plugin that can be initialized with a PluginInfo
ResourceLoaderAware Deprecated. This interface has been kept for backwards compatibility and will be removed in (5.0).
SolrCoreAware  
 

Class Summary
AbstractPluginLoader<T> An abstract super class that manages standard solr-style plugin configuration.
MapPluginLoader<T extends MapInitializedPlugin>  
NamedListPluginLoader<T extends NamedListInitializedPlugin>  
 

Package org.apache.solr.util.plugin Description

Common APIs related to implementing Solr plugins

See also: SolrPluginUtils.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.