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

Method SolrConfig

solr/core/src/java/org/apache/solr/core/SolrConfig.java:139–141  ·  view source on GitHub ↗

TEST-ONLY: Creates a configuration instance from an instance directory and file name @param instanceDir the directory used to create the resource loader @param name the configuration name used by the loader if the stream is null

(Path instanceDir, String name)

Source from the content-addressed store, hash-verified

137 * @param name the configuration name used by the loader if the stream is null
138 */
139 public SolrConfig(Path instanceDir, String name) throws IOException {
140 this(new SolrResourceLoader(instanceDir), name, null);
141 }
142
143 public static SolrConfig readFromResourceLoader(
144 SolrResourceLoader loader, String name, Properties substitutableProperties) {

Callers

nothing calls this directly

Calls 15

getOverlayMethod · 0.95
getFromCacheMethod · 0.95
readXmlMethod · 0.95
getRequestParamsMethod · 0.95
initLibsMethod · 0.95
getMethod · 0.95
getConfigMethod · 0.95
initRegeneratorsMethod · 0.95
loadPluginInfoMethod · 0.95
getMultipleConfigsMethod · 0.95
getResourceLoaderMethod · 0.95

Tested by

no test coverage detected