| Package | Description | 
|---|---|
| org.apache.solr.core | |
| org.apache.solr.schema | 
| Modifier and Type | Field and Description | 
|---|---|
protected SolrResourceLoader | 
CoreContainer.loader  | 
| Modifier and Type | Method and Description | 
|---|---|
SolrResourceLoader | 
SolrCore.getResourceLoader()
The SolrResourceLoader used to load all resources for this core. 
 | 
SolrResourceLoader | 
Config.getResourceLoader()  | 
| Constructor and Description | 
|---|
Config(SolrResourceLoader loader,
      String name)
Builds a config from a resource name with no xpath prefix. 
 | 
Config(SolrResourceLoader loader,
      String name,
      InputSource is,
      String prefix)
Builds a config:
 
 Note that the 'name' parameter is used to obtain a valid input stream if no valid one is provided through 'is'. 
 | 
Config(SolrResourceLoader loader,
      String name,
      InputStream is,
      String prefix)
Deprecated. 
 
 | 
CoreContainer(SolrResourceLoader loader)
Minimal CoreContainer constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SolrResourceLoader | 
IndexSchema.getResourceLoader()  |