Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/nutch
/ setFields
Method
setFields
src/java/org/apache/nutch/api/model/request/DbFilter.java:32–34 ·
view source on GitHub ↗
(Set<String> fields)
Source
from the content-addressed store, hash-verified
30
}
31
32
public
void
setFields(Set<String> fields) {
33
this.fields = fields;
34
}
35
36
public
boolean isKeysReversed() {
37
return
isKeysReversed;
Callers
9
readContents
Method · 0.80
updateHosts
Method · 0.80
getSplits
Method · 0.80
createRecordReader
Method · 0.80
initMapperJob
Method · 0.80
runQuery
Method · 0.80
processDumpJob
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
readContents
Method · 0.64