Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ getString
Method
getString
solr/solrj/src/java/org/noggit/ObjectBuilder.java:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
public
Object getString() throws IOException {
119
return
parser.getString();
120
}
121
122
public
Object getLong() throws IOException {
123
return
Long.valueOf(parser.getLong());
Callers
2
getVal
Method · 0.95
getKey
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected