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/IndexingJob.java:205–209 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
203
}
204
205
public
static
void
main(String[] args) throws Exception {
206
final
int
res = ToolRunner.run(NutchConfiguration.create(),
207
new
IndexingJob(), args);
208
System.exit(res);
209
}
210
}
Callers
nothing calls this directly
Calls
2
create
Method · 0.95
run
Method · 0.45
Tested by
no test coverage detected