Apache Nutch · Example Payload

Apache Nutch Job Config Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

Apache Nutch Job Config Example is an example object payload from Apache Nutch, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

crawlIdtypeconfIdjobClassNameargs

Example Payload

Raw ↑
{
  "crawlId": "default",
  "type": "PARSE",
  "confId": "default",
  "jobClassName": "NutchBot",
  "args": {}
}