Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ attr
Method
attr
solr/solrj/src/java/org/apache/solr/common/ConfigNode.java:102–102 ·
view source on GitHub ↗
(String name, String def)
Source
from the content-addressed store, hash-verified
100
}
101
102
default String attr(String name, String def) {
103
return
_txt(attributes().get(name), def);
104
}
105
Callers
15
HttpCachingConfig
Method · 0.95
testIndexAndSearch
Method · 0.65
test
Method · 0.65
testCompressionModeDefault
Method · 0.65
testJavaPropertySubstitution
Method · 0.65
testDefaultBuildOnStartupNotStoredDict
Method · 0.65
testDefaultBuildOnStartupStoredDict
Method · 0.65
testLoadOnStartup
Method · 0.65
doTestBuildOnStartup
Method · 0.65
UpdateHandlerInfo
Method · 0.65
checkForIllegalConfig
Method · 0.65
loadProperties
Method · 0.65
Implementers
3
OverlaidConfigNode
solr/core/src/java/org/apache/solr/cor
DOMConfigNode
solr/core/src/java/org/apache/solr/uti
DataConfigNode
solr/core/src/java/org/apache/solr/uti
Calls
no outgoing calls
Tested by
8
testIndexAndSearch
Method · 0.52
test
Method · 0.52
testCompressionModeDefault
Method · 0.52
testJavaPropertySubstitution
Method · 0.52
testDefaultBuildOnStartupNotStoredDict
Method · 0.52
testDefaultBuildOnStartupStoredDict
Method · 0.52
testLoadOnStartup
Method · 0.52
doTestBuildOnStartup
Method · 0.52