| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementing 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,
NamedList configSetProperties,
CoreDescriptor coreDescriptor,
UpdateHandler updateHandler,
IndexDeletionPolicyWrapper delPolicy,
SolrCore prev)
Creates a new core and register it in the list of cores.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.