Package | Description |
---|---|
org.apache.solr.core |
Modifier and Type | Field and Description |
---|---|
private CoreDescriptor |
SolrCore.coreDescriptor |
Modifier and Type | Method and Description |
---|---|
CoreDescriptor |
SolrCore.getCoreDescriptor() |
Modifier and Type | Method and Description |
---|---|
SolrCore |
CoreContainer.create(CoreDescriptor dcore)
Creates a new core based on a descriptor but does not register it.
|
(package private) void |
CoreContainer.persist(java.io.Writer w,
CoreDescriptor dcore)
Writes the cores configuration node for a given core.
|
Constructor and Description |
---|
CoreDescriptor(CoreDescriptor descr) |
SolrCore(java.lang.String name,
java.lang.String dataDir,
SolrConfig config,
IndexSchema schema,
CoreDescriptor cd)
Creates a new core and register it in the list of cores.
|