| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCores |
| org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
| Modifier and Type | Field and Description |
|---|---|
CacheConfig |
SolrConfig.documentCacheConfig |
CacheConfig |
SolrConfig.fieldValueCacheConfig |
CacheConfig |
SolrConfig.filterCacheConfig |
CacheConfig |
SolrConfig.queryResultCacheConfig |
| Modifier and Type | Field and Description |
|---|---|
Map<String,CacheConfig> |
SolrConfig.userCacheConfigs |
| Modifier and Type | Method and Description |
|---|---|
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
String xpath) |
static CacheConfig |
CacheConfig.getConfig(SolrConfig solrConfig,
String nodeName,
Map<String,String> attrs,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,CacheConfig> |
CacheConfig.getMultipleConfigs(SolrConfig solrConfig,
String configPath) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.