Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ checkMark
Method
checkMark
src/java/org/apache/nutch/storage/Mark.java:44–46 ·
view source on GitHub ↗
(WebPage page)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
Utf8 checkMark(WebPage page) {
45
return
(Utf8) page.getMarkers().get(name);
46
}
47
48
/**
49
* Remove the mark only
if
the mark is present on the page.
Callers
12
removeMarkIfExist
Method · 0.95
readContents
Method · 0.80
map
Method · 0.80
output
Method · 0.80
map
Method · 0.80
map
Method · 0.80
parseMark
Method · 0.80
skipNonRelevant
Method · 0.80
isSitemap
Method · 0.80
map
Method · 0.80
map
Method · 0.80
reduce
Method · 0.80
Calls
2
get
Method · 0.65
getMarkers
Method · 0.45
Tested by
1
readContents
Method · 0.64