Apache Nutch · JSON Structure

Apache Nutch Job Type Structure

The type of Nutch crawl job.

Type: string Properties: 0
Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

JobType is a JSON Structure definition published by Apache Nutch. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-nutch/refs/heads/main/json-structure/apache-nutch-job-type-structure.json",
  "name": "JobType",
  "description": "The type of Nutch crawl job.",
  "type": "string",
  "enum": [
    "INJECT",
    "GENERATE",
    "FETCH",
    "PARSE",
    "UPDATEDB",
    "INDEX",
    "READDB",
    "CLASS",
    "INVERTLINKS",
    "DEDUP"
  ]
}