MCPcopy 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

parseMethod · 0.95
processMethod · 0.95
filterMethod · 0.45
mapMethod · 0.45
filterMethod · 0.45
mapMethod · 0.45
convertFieldMethod · 0.45
getPageRepresentationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected