| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| Modifier and Type | Method and Description |
|---|---|
IndexDeletionPolicyWrapper |
SolrCore.getDeletionPolicy() |
| Constructor and Description |
|---|
SolrCore(String name,
String dataDir,
SolrConfig config,
IndexSchema schema,
CoreDescriptor cd,
UpdateHandler updateHandler,
IndexDeletionPolicyWrapper delPolicy,
SolrCore prev)
Creates a new core and register it in the list of cores.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.