Package | Description |
---|---|
org.apache.solr.core |
Core classes implementing Solr internals and the management of
SolrCore s |
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) |
Constructor and Description |
---|
SolrCacheHolder(SolrCache<K,V> delegate,
CacheConfig factory) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.