[TOC]
- Prev
- Next
Uses of Class
org.apache.nutch.crawl.Signature
Packages that use Signature Package Description org.apache.nutch.crawl
Crawl control code and tools to run the crawler.
Uses of Signature in org.apache.nutch.crawl
Subclasses of Signature in org.apache.nutch.crawl Modifier and Type Class and Description class
MD5Signature
Default implementation of a page signature.
class
TextProfileSignature
An implementation of a page signature.
Methods in org.apache.nutch.crawl that return Signature Modifier and Type Method and Description static Signature
SignatureFactory.getSignature(org.apache.hadoop.conf.Configuration conf)
Return the default Signature implementation.
- Prev
- Next