Uses of Class
org.apache.solr.search.CacheConfig
Packages that use CacheConfig
Package
Description
Core classes implementing Solr internals and the management of
SolrCoresAPIs and classes for parsing and processing search requests
-
Uses of CacheConfig in org.apache.solr.core
Fields in org.apache.solr.core declared as CacheConfigModifier and TypeFieldDescriptionfinal CacheConfigSolrConfig.documentCacheConfigfinal CacheConfigSolrConfig.featureVectorCacheConfigfinal CacheConfigSolrConfig.fieldValueCacheConfigfinal CacheConfigSolrConfig.filterCacheConfigfinal CacheConfigSolrConfig.queryResultCacheConfigFields in org.apache.solr.core with type parameters of type CacheConfigMethods in org.apache.solr.core that return types with arguments of type CacheConfigMethod parameters in org.apache.solr.core with type arguments of type CacheConfigModifier and TypeMethodDescriptionNodeConfig.NodeConfigBuilder.setCachesConfig(Map<String, CacheConfig> cachesConfig) -
Uses of CacheConfig in org.apache.solr.search
Methods in org.apache.solr.search that return CacheConfigModifier and TypeMethodDescriptionstatic 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 CacheConfigModifier and TypeMethodDescriptionstatic Map<String, CacheConfig> CacheConfig.getMultipleConfigs(SolrResourceLoader loader, SolrConfig solrConfig, String configPath, List<org.apache.solr.common.ConfigNode> nodes)