Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSolrHomeAndResourceLoaders
Method · 0.95
testCoreInfoMatchesActualCore
Method · 0.95
SolrCore
Method · 0.95
checkInstanceDirs
Method · 0.45
setupReplicaRemnant
Method · 0.45
testInstanceDir
Method · 0.45
testSolrHomeAndResourceLoader
Method · 0.45
initLibs
Method · 0.45
resolveDataDir
Method · 0.45
initTlogDir
Method · 0.45
InMemoryResourceLoader
Method · 0.45
getCoreInfo
Method · 0.45
Calls
2
getCoreDescriptor
Method · 0.95
getInstanceDir
Method · 0.45
Tested by
6
testSolrHomeAndResourceLoaders
Method · 0.76
testCoreInfoMatchesActualCore
Method · 0.76
checkInstanceDirs
Method · 0.36
setupReplicaRemnant
Method · 0.36
testInstanceDir
Method · 0.36
testSolrHomeAndResourceLoader
Method · 0.36