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

Method getDataDir

solr/core/src/java/org/apache/solr/core/SolrCore.java:377–379  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

375 ((SolrCoreAware) similarityFactory).inform(this);
376 }
377 this.schema = replacementSchema;
378 }
379
380 public NamedList<?> getConfigSetProperties() {
381 return configSetProperties;
382 }

Callers 15

reloadCoreMethod · 0.95
getNewIndexDirMethod · 0.95
cloneForReloadCoreMethod · 0.95
modifyIndexPropsMethod · 0.95
unloadOnCloseMethod · 0.95
doSplitMethod · 0.95
getSegmentDataMethod · 0.95

Calls

no outgoing calls

Tested by 4

reloadCoreMethod · 0.76