MCPcopy Create free account
hub / github.com/apache/nutch / parse

Method parse

src/java/org/apache/nutch/parse/ParserJob.java:301–304  ·  view source on GitHub ↗
(String batchId, boolean shouldResume, boolean force)

Source from the content-addressed store, hash-verified

299 }
300
301 public int parse(String batchId, boolean shouldResume, boolean force)
302 throws Exception {
303 return parse(batchId, shouldResume, force, false);
304 }
305
306 public int parse(String batchId, boolean shouldResume, boolean force,
307 boolean sitemap)

Callers 15

testReFetchMethod · 0.95
benchmarkMethod · 0.95
runMethod · 0.95
testSkipChildrenMethod · 0.45
mainMethod · 0.45
parseDmozFileMethod · 0.45
parseXMLMethod · 0.45
ParseStatusClass · 0.45
ProtocolStatusClass · 0.45
HostClass · 0.45
WebPageClass · 0.45
ParserFactoryMethod · 0.45

Calls 3

runMethod · 0.95
toArgMapMethod · 0.95
elapsedTimeMethod · 0.95

Tested by 2

testReFetchMethod · 0.76
testSkipChildrenMethod · 0.36