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

Method getInstancePath

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

The core's instance directory (absolute).

()

Source from the content-addressed store, hash-verified

344 * @return the latest schema snapshot
345 * @see #setLatestSchema
346 */
347 public IndexSchema getLatestSchema() {
348 return schema;
349 }
350
351 /** The core's instance directory (absolute). */

Callers 13

SolrCoreMethod · 0.95
checkInstanceDirsMethod · 0.45
setupReplicaRemnantMethod · 0.45
testInstanceDirMethod · 0.45
initLibsMethod · 0.45
resolveDataDirMethod · 0.45
initTlogDirMethod · 0.45
getCoreInfoMethod · 0.45

Calls 2

getCoreDescriptorMethod · 0.95
getInstanceDirMethod · 0.45

Tested by 6

checkInstanceDirsMethod · 0.36
setupReplicaRemnantMethod · 0.36
testInstanceDirMethod · 0.36