Package | Description |
---|---|
org.apache.nutch.segment |
A segment stores all data from on generate/fetch/update cycle:
fetch list, protocol status, raw content, parsed content, and extracted outgoing links.
|
Modifier and Type | Method and Description |
---|---|
static SegmentPart |
SegmentPart.get(FileSplit split)
Create SegmentPart from a FileSplit.
|
static SegmentPart |
SegmentPart.get(String path)
Create SegmentPart from a full path of a location inside any segment part.
|
static SegmentPart |
SegmentPart.parse(String string)
Create SegmentPart from a String in format "segmentName/partName".
|
Copyright © 2021 The Apache Software Foundation