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

Method parseMark

src/java/org/apache/nutch/parse/ParseUtil.java:297–302  ·  view source on GitHub ↗
(WebPage page)

Source from the content-addressed store, hash-verified

295 }
296
297 private void parseMark(WebPage page) {
298 Utf8 fetchMark = Mark.FETCH_MARK.checkMark(page);
299 if (fetchMark != null) {
300 Mark.PARSE_MARK.putMark(page, fetchMark);
301 }
302 }
303
304 private void putOutlink(WebPage page, Outlink outlink, String toUrl) {
305 try {

Callers 2

processSitemapParseMethod · 0.95
processMethod · 0.95

Calls 2

checkMarkMethod · 0.80
putMarkMethod · 0.80

Tested by

no test coverage detected