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. userCacheConfigs -
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 xpath)static CacheConfigCacheConfig. getConfig(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(SolrConfig solrConfig, String configPath)Constructors in org.apache.solr.search with parameters of type CacheConfig Constructor Description SolrCacheHolder(SolrCache<K,V> delegate, CacheConfig factory)
-