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

Packages that use PluginInfo
org.apache.solr.core   
org.apache.solr.highlight   
org.apache.solr.update   
org.apache.solr.update.processor   
org.apache.solr.util.plugin   
 

Uses of PluginInfo in org.apache.solr.core
 

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 SolrConfig.getPluginInfo(String type)
           
 

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.highlight
 

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

Uses of PluginInfo in org.apache.solr.update
 

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

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)
           
 

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 © 2009 Apache Software Foundation. All Rights Reserved.