Package | Description |
---|---|
org.apache.solr.core |
Factories for Mock classes that can be used in test configurations
|
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–2015 The Apache Software Foundation. All rights reserved.