MCPcopy Create free account
hub / github.com/apache/solr / getString

Method getString

solr/solrj/src/java/org/noggit/JSONParser.java:1177–1179  ·  view source on GitHub ↗

Returns the JSON string value, decoding any escaped characters.

()

Source from the content-addressed store, hash-verified

1175
1176 /** Returns the JSON string value, decoding any escaped characters. */
1177 public String getString() throws IOException {
1178 return getStringChars().toString();
1179 }
1180
1181 /**
1182 * Returns the characters of a JSON string value, decoding any escaped characters. The underlying

Callers 8

testCorruptionMethod · 0.95
testMultipleFiltersMethod · 0.45
testOffsetAndFetchMethod · 0.45
testCountDistinctMethod · 0.45
parseMethod · 0.45
handleObjectStartMethod · 0.45
parseSingleFieldValueMethod · 0.45

Calls 4

getStringCharsMethod · 0.95
goToMethod · 0.95
readStringChars2Method · 0.95
toStringMethod · 0.65

Tested by 6

testCorruptionMethod · 0.76
testMultipleFiltersMethod · 0.36
testOffsetAndFetchMethod · 0.36
testCountDistinctMethod · 0.36
parseMethod · 0.36