Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ getOverlay
Method
getOverlay
solr/core/src/java/org/apache/solr/core/SolrConfig.java:1044–1049 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1042
}
1043
1044
private
ConfigOverlay overlay;
1045
1046
public
ConfigOverlay getOverlay() {
1047
if
(overlay == null) {
1048
overlay = getConfigOverlay(resourceLoader);
1049
}
1050
return
overlay;
1051
}
1052
Callers
12
SolrConfig
Method · 0.95
getSubstituteProperties
Method · 0.95
setUp
Method · 0.80
testSolrConfigDisabledCache
Method · 0.80
testOverlayPropsOverridingSolrConfigProps
Method · 0.80
testOverlaidDisabledSolrConfigEnabledCache
Method · 0.80
testOverlaidEnabledSolrConfigDisabledCache
Method · 0.80
getConfListener
Method · 0.80
getConfig
Method · 0.80
handleGET
Method · 0.80
getSettings
Method · 0.80
isFieldGuessingEnabled
Method · 0.80
Calls
1
getConfigOverlay
Method · 0.95
Tested by
5
setUp
Method · 0.64
testSolrConfigDisabledCache
Method · 0.64
testOverlayPropsOverridingSolrConfigProps
Method · 0.64
testOverlaidDisabledSolrConfigEnabledCache
Method · 0.64
testOverlaidEnabledSolrConfigDisabledCache
Method · 0.64