Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ main
Method
main
src/java/org/apache/nutch/indexer/CleaningJob.java:178–182 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
176
}
177
178
public
static
void
main(String[] args) throws Exception {
179
int
result = ToolRunner.run(NutchConfiguration.create(),
new
CleaningJob(),
180
args);
181
System.exit(result);
182
}
183
184
}
Callers
nothing calls this directly
Calls
2
create
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected