| Package | Description |
|---|---|
| org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.logging |
APIs related to capturing log event info in the
LoggingHandler |
| Modifier and Type | Method and Description |
|---|---|
static void |
ZkController.bootstrapConf(SolrZkClient zkClient,
ConfigSolr cfg,
String solrHome)
If in SolrCloud mode, upload config sets for each SolrCore in solr.xml.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigSolrXml |
class |
ConfigSolrXmlOld |
| Modifier and Type | Field and Description |
|---|---|
protected ConfigSolr |
CoreContainer.cfg |
| Modifier and Type | Method and Description |
|---|---|
static ConfigSolr |
ConfigSolr.fromConfig(Config config) |
static ConfigSolr |
ConfigSolr.fromFile(SolrResourceLoader loader,
File configFile) |
static ConfigSolr |
ConfigSolr.fromInputStream(SolrResourceLoader loader,
InputStream is) |
static ConfigSolr |
ConfigSolr.fromSolrHome(SolrResourceLoader loader,
String solrHome) |
static ConfigSolr |
ConfigSolr.fromString(SolrResourceLoader loader,
String xml) |
| Constructor and Description |
|---|
CoreContainer(SolrResourceLoader loader,
ConfigSolr config)
Create a new CoreContainer using the given SolrResourceLoader and
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static LogWatcher |
LogWatcher.newRegisteredLogWatcher(ConfigSolr config,
SolrResourceLoader loader)
Create and register a LogWatcher.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.