Apache Nutch · JSON Structure

Apache Nutch Reader Config Structure

Configuration specifying a file path for reader operations.

Type: object Properties: 1 Required: 1
Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

ReaderConfig is a JSON Structure definition published by Apache Nutch, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

path

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-reader-config-structure.json",
  "name": "ReaderConfig",
  "description": "Configuration specifying a file path for reader operations.",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "The path to the sequence file, link data, or node data to read."
    }
  },
  "required": [
    "path"
  ],
  "example": {
    "path": "crawl-01/crawldb/current/part-00000/data"
  }
}