Package org.apache.solr.util.plugin
Interface PluginInfoInitialized
-
- All Known Implementing Classes:
BlobHandler
,CdcrUpdateLog
,DefaultSolrHighlighter
,ExactSharedStatsCache
,ExactStatsCache
,ExpandComponent
,ExportHandler
,FilteringSolrMetricReporter
,HdfsUpdateLog
,HighlightComponent
,HttpShardHandlerFactory
,LocalStatsCache
,LRUStatsCache
,MetricSuppliers.DefaultHistogramSupplier
,MetricSuppliers.DefaultMeterSupplier
,MetricSuppliers.DefaultTimerSupplier
,PluginBag.RuntimeLib
,PostingsSolrHighlighter
,RealTimeGetHandler
,SearchHandler
,SolrClusterReporter
,SolrCoreContainerReporter
,SolrCoreReporter
,SolrGraphiteReporter
,SolrJmxReporter
,SolrMetricReporter
,SolrShardReporter
,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)
-
-