MCPcopy Create free account
hub / github.com/apache/solr / getDefault

Method getDefault

solr/core/src/java/org/apache/solr/core/PluginBag.java:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 }
322
323 String getDefault() {
324 return def;
325 }
326
327 T remove(String name) {
328 PluginHolder<T> removed = registry.remove(name);

Callers 15

testDuplicateNamesMethod · 0.45
beforeClassMethod · 0.45
buildPathMethod · 0.45
openResourceMethod · 0.45
renameWithOverwriteMethod · 0.45
CoreDescriptorClass · 0.45
getCodecMethod · 0.45
openResourceMethod · 0.45
resourceLocationMethod · 0.45
normalizeDirMethod · 0.45

Calls

no outgoing calls

Tested by 4

testDuplicateNamesMethod · 0.36
beforeClassMethod · 0.36
buildPathMethod · 0.36