Package org.apache.solr.util.plugin
Interface PluginInfoInitialized
-
- All Known Implementing Classes:
BlobHandler
,DefaultSolrHighlighter
,ExactSharedStatsCache
,ExactStatsCache
,ExpandComponent
,ExportHandler
,FilteringSolrMetricReporter
,HighlightComponent
,HttpShardHandlerFactory
,LocalStatsCache
,LRUStatsCache
,MetricSuppliers.DefaultHistogramSupplier
,MetricSuppliers.DefaultMeterSupplier
,MetricSuppliers.DefaultTimerSupplier
,RealTimeGetHandler
,SearchHandler
,SolrCoreContainerReporter
,SolrCoreReporter
,SolrGraphiteReporter
,SolrJmxReporter
,SolrMetricReporter
,SolrSlf4jReporter
,StandardRequestHandler
,StatsCache
,UnifiedSolrHighlighter
,UpdateLog
,UpdateRequestProcessorChain
public interface PluginInfoInitialized
A plugin that can be initialized with a PluginInfo- Since:
- solr 1.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(PluginInfo info)
-
-
-
Method Detail
-
init
void init(PluginInfo info)
-
-