Uses of Class
org.apache.solr.core.PluginInfo

Packages that use PluginInfo
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.handler.component SearchComponent implementations for use in SearchHandler 
org.apache.solr.highlight SolrHighlighter API and related implementaions and utilities 
org.apache.solr.update APIs and classes for managing index updates 
org.apache.solr.update.processor UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain
org.apache.solr.util.plugin Common APIs related to implementing Solr plugins 
 

Uses of PluginInfo in org.apache.solr.core
 

Fields in org.apache.solr.core declared as PluginInfo
static PluginInfo PluginInfo.EMPTY_INFO
           
 

Fields in org.apache.solr.core with type parameters of type PluginInfo
 List<PluginInfo> PluginInfo.children
           
 

Methods in org.apache.solr.core that return PluginInfo
 PluginInfo PluginInfo.getChild(String type)
           
 PluginInfo SolrConfig.getPluginInfo(String type)
           
 PluginInfo ConfigSolr.getShardHandlerFactoryPluginInfo()
           
 

Methods in org.apache.solr.core that return types with arguments of type PluginInfo
 List<PluginInfo> PluginInfo.getChildren(String type)
          Filter children by type
 List<PluginInfo> SolrConfig.getPluginInfos(String type)
          SolrConfig keeps a repository of plugins by the type.
 List<PluginInfo> SolrConfig.readPluginInfos(String tag, boolean requireName, boolean requireClass)
           
 

Methods in org.apache.solr.core with parameters of type PluginInfo
<T> T
SolrCore.createInitInstance(PluginInfo info, Class<T> cast, String msg, String defClassName)
           
 

Method parameters in org.apache.solr.core with type arguments of type PluginInfo
<T> List<T>
SolrCore.initPlugins(List<PluginInfo> pluginInfos, Class<T> type, String defClassName)
          For a given List of PluginInfo return the instances as a List
<T> T
SolrCore.initPlugins(List<PluginInfo> pluginInfos, Map<String,T> registry, Class<T> type, String defClassName)
           
 

Constructor parameters in org.apache.solr.core with type arguments of type PluginInfo
PluginInfo(String type, Map<String,String> attrs, NamedList initArgs, List<PluginInfo> children)
           
 

Uses of PluginInfo in org.apache.solr.handler.component
 

Fields in org.apache.solr.handler.component declared as PluginInfo
static PluginInfo ShardHandlerFactory.DEFAULT_SHARDHANDLER_INFO
           
 

Methods in org.apache.solr.handler.component with parameters of type PluginInfo
 void HttpShardHandlerFactory.init(PluginInfo info)
           
 void HighlightComponent.init(PluginInfo info)
           
 void SearchHandler.init(PluginInfo info)
           
static ShardHandlerFactory ShardHandlerFactory.newInstance(PluginInfo info, SolrResourceLoader loader)
          Create a new ShardHandlerFactory instance
 

Uses of PluginInfo in org.apache.solr.highlight
 

Methods in org.apache.solr.highlight with parameters of type PluginInfo
 void DefaultSolrHighlighter.init(PluginInfo info)
           
 void PostingsSolrHighlighter.init(PluginInfo info)
           
 

Uses of PluginInfo in org.apache.solr.update
 

Fields in org.apache.solr.update declared as PluginInfo
 PluginInfo SolrIndexConfig.mergedSegmentWarmerInfo
           
 PluginInfo SolrIndexConfig.mergePolicyInfo
           
 PluginInfo SolrIndexConfig.mergeSchedulerInfo
           
 

Methods in org.apache.solr.update with parameters of type PluginInfo
 void HdfsUpdateLog.clearLog(SolrCore core, PluginInfo ulogPluginInfo)
          Clears the logs on the file system.
 void UpdateLog.clearLog(SolrCore core, PluginInfo ulogPluginInfo)
          Clears the logs on the file system.
protected  String UpdateLog.getTlogDir(SolrCore core, PluginInfo info)
           
 void HdfsUpdateLog.init(PluginInfo info)
           
 void UpdateLog.init(PluginInfo info)
           
 

Uses of PluginInfo in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor with parameters of type PluginInfo
 void UpdateRequestProcessorChain.init(PluginInfo info)
          Initializes the chain using the factories specified by the PluginInfo.
 

Uses of PluginInfo in org.apache.solr.util.plugin
 

Methods in org.apache.solr.util.plugin with parameters of type PluginInfo
 void PluginInfoInitialized.init(PluginInfo info)
           
 



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