Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ getName
Method
getName
solr/core/src/java/org/apache/solr/core/SolrCore.java:535–538 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
533
throw
new
UncheckedIOException(e);
534
}
535
}
536
537
@Override
538
public
String toString() {
539
return
super.toString() +
" "
+ getName();
540
}
541
Callers
14
testUpgradeCoreIndexSelectiveReindexDeletesOldSegments
Method · 0.95
testUpgradeCoreIndexAsyncRequestStatusContainsOperationResponse
Method · 0.95
testNoUpgradeNeededWhenAllSegmentsCurrent
Method · 0.95
testUpgradeCoreIndexFailsWithChildDocuments
Method · 0.95
reload
Method · 0.95
cachedIndexSizeKeyName
Method · 0.95
toString
Method · 0.95
initCoreAttributes
Method · 0.95
SolrCore
Method · 0.95
closeAndWait
Method · 0.95
cleanupOldIndexDirectories
Method · 0.95
RoutedAliasUpdateProcessor
Method · 0.95
Calls
no outgoing calls
Tested by
4
testUpgradeCoreIndexSelectiveReindexDeletesOldSegments
Method · 0.76
testUpgradeCoreIndexAsyncRequestStatusContainsOperationResponse
Method · 0.76
testNoUpgradeNeededWhenAllSegmentsCurrent
Method · 0.76
testUpgradeCoreIndexFailsWithChildDocuments
Method · 0.76