Uses of Class
org.apache.solr.search.CacheConfig
-
Packages that use CacheConfig Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCoresorg.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of CacheConfig in org.apache.solr.core
Fields in org.apache.solr.core declared as CacheConfig Modifier and Type Field Description CacheConfigSolrConfig. documentCacheConfigCacheConfigSolrConfig. fieldValueCacheConfigCacheConfigSolrConfig. filterCacheConfigCacheConfigSolrConfig. queryResultCacheConfigFields in org.apache.solr.core with type parameters of type CacheConfig Modifier and Type Field Description Map<String,CacheConfig>SolrConfig. userCacheConfigsMethods in org.apache.solr.core that return types with arguments of type CacheConfig Modifier and Type Method Description Map<String,CacheConfig>NodeConfig. getCachesConfig()Method parameters in org.apache.solr.core with type arguments of type CacheConfig Modifier and Type Method Description NodeConfig.NodeConfigBuilderNodeConfig.NodeConfigBuilder. setCachesConfig(Map<String,CacheConfig> cachesConfig) -
Uses of CacheConfig in org.apache.solr.search
Methods in org.apache.solr.search that return CacheConfig Modifier and Type Method Description static CacheConfigCacheConfig. getConfig(SolrConfig solrConfig, String nodeName, Map<String,String> attrs, String xpath)static CacheConfigCacheConfig. getConfig(SolrConfig solrConfig, org.apache.solr.common.ConfigNode node, String xpath)static CacheConfigCacheConfig. getConfig(SolrResourceLoader loader, SolrConfig solrConfig, String nodeName, Map<String,String> attrs, String xpath)Methods in org.apache.solr.search that return types with arguments of type CacheConfig Modifier and Type Method Description static Map<String,CacheConfig>CacheConfig. getMultipleConfigs(SolrResourceLoader loader, SolrConfig solrConfig, String configPath, List<org.apache.solr.common.ConfigNode> nodes)
-