| 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.update |
APIs and classes for managing index updates
|
| Constructor and Description |
|---|
Overseer(ShardHandler shardHandler,
UpdateShardHandler updateShardHandler,
String adminPath,
ZkStateReader reader,
ZkController zkController,
ConfigSolr config) |
OverseerAutoReplicaFailoverThread(ConfigSolr config,
ZkStateReader zkStateReader,
UpdateShardHandler updateShardHandler) |
| 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(SolrResourceLoader loader,
String xml) |
ConfigSolr |
CoreContainer.getConfig() |
| 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) |
| Constructor and Description |
|---|
UpdateShardHandler(ConfigSolr cfg) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.