Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ getParseStatus
Method
getParseStatus
src/java/org/apache/nutch/parse/Parse.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
org.apache.nutch.storage.ParseStatus getParseStatus() {
50
return
parseStatus;
51
}
52
53
public
void
setText(String text) {
54
this.text = text;
Callers
8
parse
Method · 0.95
process
Method · 0.95
filter
Method · 0.45
map
Method · 0.45
filter
Method · 0.45
map
Method · 0.45
convertField
Method · 0.45
getPageRepresentation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected