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

Method getIndexDir

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

Source from the content-addressed store, hash-verified

379
380 public NamedList<?> getConfigSetProperties() {
381 return configSetProperties;
382 }
383
384 public String getDataDir() {
385 return dataDir;
386 }
387
388 public String getIndexDir() {
389 synchronized (searcherLock) {
390 if (_searcher == null) return getNewIndexDir();

Callers 15

calculateIndexSizeMethod · 0.95
deleteNamedSnapshotMethod · 0.95
reloadMethod · 0.95
openNewSearcherMethod · 0.95
unloadOnCloseMethod · 0.95
doSplitMethod · 0.95
getSegmentDataMethod · 0.95
corruptIndexFilesMethod · 0.45
verifyMethod · 0.45

Calls 3

getNewIndexDirMethod · 0.95
getPathMethod · 0.95
getMethod · 0.65

Tested by 5

corruptIndexFilesMethod · 0.36
verifyMethod · 0.36
getIndexDirCore1Method · 0.36