Package | Description |
---|---|
org.apache.solr.api |
Commonly used classes for Solr V2 API.
|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
org.apache.solr.update.processor |
UpdateRequestProcessorFactory APIs and implementations for use in UpdateRequestProcessorChain s |
Modifier and Type | Method and Description |
---|---|
void |
ApiBag.registerLazy(PluginBag.PluginHolder<SolrRequestHandler> holder,
PluginInfo info) |
Constructor and Description |
---|
LazyLoadedApi(SpecProvider specProvider,
PluginBag.PluginHolder<SolrRequestHandler> lazyPluginHolder) |
Modifier and Type | Class and Description |
---|---|
class |
PluginBag.LazyPluginHolder<T>
A class that loads plugins Lazily.
|
Modifier and Type | Method and Description |
---|---|
PluginBag.PluginHolder<T> |
PluginBag.createPlugin(PluginInfo info) |
PluginBag.PluginHolder<T> |
PluginBag.put(String name,
PluginBag.PluginHolder<T> plugin) |
Modifier and Type | Method and Description |
---|---|
Map<String,PluginBag.PluginHolder<T>> |
PluginBag.getRegistry() |
Modifier and Type | Method and Description |
---|---|
PluginBag.PluginHolder<T> |
PluginBag.put(String name,
PluginBag.PluginHolder<T> plugin) |
Modifier and Type | Class and Description |
---|---|
static class |
UpdateRequestProcessorChain.LazyUpdateProcessorFactoryHolder |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.