Uses of Class
org.apache.nutch.tools.CommonCrawlConfig
-
Packages that use CommonCrawlConfig Package Description org.apache.nutch.tools Miscellaneous tools. -
-
Uses of CommonCrawlConfig in org.apache.nutch.tools
Methods in org.apache.nutch.tools with parameters of type CommonCrawlConfig Modifier and Type Method Description static CommonCrawlFormat
CommonCrawlFormatFactory. getCommonCrawlFormat(String formatType, String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config)
Deprecated.static CommonCrawlFormat
CommonCrawlFormatFactory. getCommonCrawlFormat(String formatType, Configuration nutchConf, CommonCrawlConfig config)
Constructors in org.apache.nutch.tools with parameters of type CommonCrawlConfig Constructor Description AbstractCommonCrawlFormat(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config)
CommonCrawlDataDumper(CommonCrawlConfig config)
Configurable constructorCommonCrawlFormatJackson(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config)
CommonCrawlFormatJackson(Configuration nutchConf, CommonCrawlConfig config)
CommonCrawlFormatJettinson(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config)
CommonCrawlFormatSimple(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config)
CommonCrawlFormatWARC(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config, ParseData parseData)
CommonCrawlFormatWARC(Configuration nutchConf, CommonCrawlConfig config)
-