|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use PluginInfo | |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of SolrCores |
| 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 UpdateRequestProcessorChains |
| 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 | ||
|---|---|---|
|
SolrCore.createInitInstance(PluginInfo info,
Class<T> cast,
String msg,
String defClassName)
|
|
| Method parameters in org.apache.solr.core with type arguments of type PluginInfo | ||
|---|---|---|
|
SolrCore.initPlugins(List<PluginInfo> pluginInfos,
Class<T> type,
String defClassName)
For a given List of PluginInfo return the instances as a List |
|
|
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)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||