Apache Nutch · JSON Structure

Apache Nutch State Structure

The current state of a job.

Type: string Properties: 0
Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

State 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-state-structure.json",
  "name": "State",
  "description": "The current state of a job.",
  "type": "string",
  "enum": [
    "IDLE",
    "RUNNING",
    "FINISHED",
    "FAILED",
    "KILLED",
    "STOPPING",
    "KILLING",
    "ANY"
  ]
}