| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| 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,
String originalXml) |
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(String xml) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZkContainer.initZooKeeper(CoreContainer cc,
String solrHome,
ConfigSolr config) |
| Constructor and Description |
|---|
CoreContainer(SolrResourceLoader loader,
ConfigSolr config)
Create a new CoreContainer using the given SolrResourceLoader,
configuration and CoresLocator.
|
CoreContainer(SolrResourceLoader loader,
ConfigSolr config,
CoresLocator locator) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.