See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
AbstractPluginLoader<T> |
An abstract super class that manages standard solr-style plugin configuration.
|
MapPluginLoader<T extends MapInitializedPlugin> | |
NamedListPluginLoader<T extends NamedListInitializedPlugin> |
Common APIs related to implementing Solr plugins
See also: SolrPluginUtils
.
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.