Package | Description |
---|---|
org.apache.nutch.fetcher |
The Nutch robot.
|
org.apache.nutch.parse |
The
Parse interface and related classes. |
org.apache.nutch.parse.html |
An HTML document parsing plugin.
|
org.apache.nutch.parse.tika |
Parse various document formats with help of
Apache Tika.
|
org.apache.nutch.parse.zip |
Parse ZIP files: embedded files are recursively passed to appropriate parsers.
|
org.apache.nutch.service.model.response |
Modifier and Type | Method and Description |
---|---|
Outlink[] |
FetchNode.getOutlinks() |
Modifier and Type | Method and Description |
---|---|
void |
FetchNode.setOutlinks(Outlink[] links) |
Modifier and Type | Method and Description |
---|---|
void |
FetcherThreadEvent.addOutlinksToEventData(Collection<Outlink> links)
Given a collection of lists this method will add it
the oultink metadata
|
Modifier and Type | Method and Description |
---|---|
Outlink[] |
ParseData.getOutlinks()
The outlinks of the page.
|
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
Configuration conf)
Extracts
Outlink from given plain text. |
static Outlink[] |
OutlinkExtractor.getOutlinks(String plainText,
String anchor,
Configuration conf)
Extracts
Outlink from given plain text and adds anchor to the
extracted Outlink s |
static Outlink |
Outlink.read(DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
ParseData.setOutlinks(Outlink[] outlinks) |
Constructor and Description |
---|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta) |
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta) |
Modifier and Type | Method and Description |
---|---|
void |
DOMContentUtils.getOutlinks(URL base,
ArrayList<Outlink> outlinks,
Node node)
|
Modifier and Type | Method and Description |
---|---|
void |
DOMContentUtils.getOutlinks(URL base,
ArrayList<Outlink> outlinks,
List<org.apache.tika.sax.Link> tikaExtractedOutlinks) |
void |
DOMContentUtils.getOutlinks(URL base,
ArrayList<Outlink> outlinks,
Node node)
|
Modifier and Type | Method and Description |
---|---|
String |
ZipTextExtractor.extractText(InputStream input,
String url,
List<Outlink> outLinksList) |
Modifier and Type | Method and Description |
---|---|
void |
FetchNodeDbInfo.setChildNodes(Outlink[] links) |
Copyright © 2021 The Apache Software Foundation