| Package | Description |
|---|---|
| org.apache.solr |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.util |
Common utility classes used throughout Solr
|
| Modifier and Type | Method and Description |
|---|---|
static CoreContainer |
SolrTestCaseJ4.createCoreContainer(NodeConfig config,
CoresLocator locator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CorePropertiesLocator
Persists CoreDescriptors as properties files
|
| Modifier and Type | Field and Description |
|---|---|
protected CoresLocator |
CoreContainer.coresLocator |
| Modifier and Type | Method and Description |
|---|---|
CoresLocator |
CoreContainer.getCoresLocator() |
| Constructor and Description |
|---|
CoreContainer(NodeConfig config,
Properties properties,
CoresLocator locator) |
CoreContainer(NodeConfig config,
Properties properties,
CoresLocator locator,
boolean asyncSolrCoreLoad) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyCoresLocator |
static class |
TestHarness.TestCoresLocator |
| Constructor and Description |
|---|
TestHarness(NodeConfig config,
CoresLocator coresLocator)
Create a TestHarness using a specific config
|
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.