Package | Description |
---|---|
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.
|
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,
Node node)
|
Modifier and Type | Method and Description |
---|---|
String |
ZipTextExtractor.extractText(InputStream input,
String url,
List<Outlink> outLinksList) |
Copyright © 2015 The Apache Software Foundation