Apache Nutch · Example Payload

Apache Nutch Job Info Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

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

Top-level fields

idtypeconfIdargsresultstatemsgcrawlId

Example Payload

Raw ↑
{
  "id": "default",
  "type": "CLASS",
  "confId": "default",
  "args": {},
  "result": {},
  "state": "STOPPING",
  "msg": "example-value",
  "crawlId": "default"
}