Package | Description |
---|---|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
Modifier and Type | Field and Description |
---|---|
protected Map<String,CoreContainer.CoreLoadFailure> |
CoreContainer.coreInitFailures |
Modifier and Type | Method and Description |
---|---|
Map<String,CoreContainer.CoreLoadFailure> |
CoreContainer.getCoreInitFailures()
Returns an immutable Map of Exceptions that occured when initializing
SolrCores (either at startup, or do to runtime requests to create cores)
keyed off of the name (String) of the SolrCore that had the Exception
during initialization.
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.