Uses of Class
org.apache.solr.search.CacheConfig

Packages that use CacheConfig
org.apache.solr.core   
org.apache.solr.search   
 

Uses of CacheConfig in org.apache.solr.core
 

Fields in org.apache.solr.core declared as CacheConfig
 CacheConfig SolrConfig.documentCacheConfig
           
 CacheConfig SolrConfig.fieldValueCacheConfig
           
 CacheConfig SolrConfig.filterCacheConfig
           
 CacheConfig SolrConfig.queryResultCacheConfig
           
 CacheConfig[] SolrConfig.userCacheConfigs
           
 

Uses of CacheConfig in org.apache.solr.search
 

Methods in org.apache.solr.search that return CacheConfig
static CacheConfig CacheConfig.getConfig(SolrConfig solrConfig, Node node)
           
static CacheConfig CacheConfig.getConfig(SolrConfig solrConfig, String xpath)
           
static CacheConfig[] CacheConfig.getMultipleConfigs(SolrConfig solrConfig, String configPath)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.