Uses of Class
org.apache.nutch.parse.Outlink

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
static Outlink Outlink.read(DataInput in)
           
static Outlink[] OutlinkExtractor.getOutlinks(String plainText)
          Extracts Outlink from given plain text.
static Outlink[] OutlinkExtractor.getOutlinks(String plainText, String anchor)
          Extracts Outlink from given plain text and adds anchor to the extracted Outlinks
 Outlink[] ParseData.getOutlinks()
          The outlinks of the page.
 

Constructors in org.apache.nutch.parse with parameters of type Outlink
ParseData(ParseStatus status, String title, Outlink[] outlinks, Properties metadata)
           
 



Copyright © 2006 The Apache Software Foundation