MCPcopy 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

SolrConfigMethod · 0.95
setUpMethod · 0.80
getConfListenerMethod · 0.80
getConfigMethod · 0.80
handleGETMethod · 0.80
getSettingsMethod · 0.80

Calls 1

getConfigOverlayMethod · 0.95