MCPcopy 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

getValMethod · 0.95
getKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected