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

Method initDataDir

solr/core/src/java/org/apache/solr/core/SolrCore.java:1456–1458  ·  view source on GitHub ↗
(String dataDir, SolrConfig config, CoreDescriptor coreDescriptor)

Source from the content-addressed store, hash-verified

1454 } catch (SolrException e) {
1455 throw new SolrException(
1456 ErrorCode.SERVER_ERROR,
1457 "Schema will not work with SolrCloud mode: " + e.getMessage(),
1458 e);
1459 }
1460 }
1461 }

Callers 1

SolrCoreMethod · 0.95

Calls 2

findDataDirMethod · 0.95
getDirectoryFactoryMethod · 0.95

Tested by

no test coverage detected