Class WebGraph.OutlinkDb
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.nutch.scoring.webgraph.WebGraph.OutlinkDb
- All Implemented Interfaces:
Configurable
- Enclosing class:
- WebGraph
The OutlinkDb creates a database of all outlinks. Outlinks to internal urls
by domain and host can be ignored. The number of Outlinks out to a given
page or domain can also be limited.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPasses through existing LinkDatum objects from an existing OutlinkDb and maps out new LinkDatum objects from new crawls ParseData.static class -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OutlinkDb(Configuration conf) Configurable constructor. -
Method Summary
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
-
Field Details
-
URL_NORMALIZING
- See Also:
-
URL_FILTERING
- See Also:
-
-
Constructor Details
-
OutlinkDb
public OutlinkDb()Default constructor. -
OutlinkDb
Configurable constructor.- Parameters:
conf- a populatedConfiguration
-