Uses of Class
org.apache.nutch.parse.Outlink
Packages that use Outlink
Package
Description
The Nutch multi-threaded fetching module
The
Parse interface and related classes.An HTML document parsing plugin.
Parse various document formats with help of
Apache Tika.
Parse ZIP files: embedded files are recursively passed to appropriate parsers.
-
Uses of Outlink in org.apache.nutch.fetcher
Method parameters in org.apache.nutch.fetcher with type arguments of type OutlinkModifier and TypeMethodDescriptionvoidFetcherThreadEvent.addOutlinksToEventData(Collection<Outlink> links) Given a collection of lists this method will add it the oultink metadata -
Uses of Outlink in org.apache.nutch.parse
Methods in org.apache.nutch.parse that return OutlinkModifier and TypeMethodDescriptionstatic Outlink[]OutlinkExtractor.getOutlinks(String plainText, String anchor, Configuration conf) ExtractsOutlinkfrom given plain text and adds anchor to the extractedOutlinksstatic Outlink[]OutlinkExtractor.getOutlinks(String plainText, Configuration conf) ExtractsOutlinkfrom given plain text.Outlink[]ParseData.getOutlinks()Get the outlinks of the page.static OutlinkMethods in org.apache.nutch.parse with parameters of type OutlinkConstructors in org.apache.nutch.parse with parameters of type Outlink -
Uses of Outlink in org.apache.nutch.parse.html
Method parameters in org.apache.nutch.parse.html with type arguments of type OutlinkModifier and TypeMethodDescriptionvoidDOMContentUtils.getOutlinks(URL base, ArrayList<Outlink> outlinks, Node node) -
Uses of Outlink in org.apache.nutch.parse.tika
Method parameters in org.apache.nutch.parse.tika with type arguments of type OutlinkModifier and TypeMethodDescriptionvoidDOMContentUtils.getOutlinks(URL base, ArrayList<Outlink> outlinks, List<org.apache.tika.sax.Link> tikaExtractedOutlinks) voidDOMContentUtils.getOutlinks(URL base, ArrayList<Outlink> outlinks, Node node) -
Uses of Outlink in org.apache.nutch.parse.zip
Method parameters in org.apache.nutch.parse.zip with type arguments of type OutlinkModifier and TypeMethodDescriptionZipTextExtractor.extractText(InputStream input, String url, List<Outlink> outLinksList)