|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Outlink | |
|---|---|
| org.apache.nutch.parse | |
| Uses of Outlink in org.apache.nutch.parse |
|---|
| Methods in org.apache.nutch.parse that return Outlink | |
|---|---|
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 Outlinks |
static Outlink |
Outlink.read(DataInput in)
|
| Constructors in org.apache.nutch.parse with parameters of type Outlink | |
|---|---|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta)
|
|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta)
|
|
ParseData(ParseStatus status,
String title,
Outlink[] outlinks,
Metadata contentMeta,
Metadata parseMeta,
DocumentFragment root,
HTMLMetaTags metaTags)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||