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

Method getSolrConfig

solr/core/src/java/org/apache/solr/core/SolrCore.java:324–326  ·  view source on GitHub ↗

Gets the configuration object used by this core instance.

()

Source from the content-addressed store, hash-verified

322
323 /** Gets the configuration object used by this core instance. */
324 public SolrConfig getSolrConfig() {
325 return solrConfig;
326 }
327
328 /**
329 * Gets the schema resource name used by this core instance.

Callers 15

testIndexAndSearchMethod · 0.95
testSearcherEventsMethod · 0.95
testLazyLoadMethod · 0.95
testUseColdSearcherMethod · 0.95
getNewIndexDirMethod · 0.95
initIndexMethod · 0.95
modifyIndexPropsMethod · 0.95
initRestManagerMethod · 0.95
doSplitMethod · 0.95

Calls

no outgoing calls

Tested by 15

testIndexAndSearchMethod · 0.76
testSearcherEventsMethod · 0.76
testLazyLoadMethod · 0.76
testUseColdSearcherMethod · 0.76
verifyMethod · 0.36
onStateChangedMethod · 0.36
beforeSuperClassMethod · 0.36
testMethod · 0.36