Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/solr
/ getNull
Method
getNull
solr/solrj/src/java/org/noggit/JSONParser.java:1257–1259 ·
view source on GitHub ↗
Reads a null value
()
Source
from the content-addressed store, hash-verified
1255
1256
/** Reads a null value */
1257
public
void
getNull() throws IOException {
1258
goTo(NULL);
1259
}
1260
1261
/**
1262
* @
return
the current nesting level, the number of parent objects or arrays.
Callers
3
parseFieldValue
Method · 0.45
parse
Method · 0.45
parseSingleFieldValue
Method · 0.45
Calls
1
goTo
Method · 0.95
Tested by
1
parse
Method · 0.36