Apache Nutch · Example Payload

Apache Nutch Link Schema Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

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

Top-level fields

key_urltimestampscoreanchorlinktypeurl

Example Payload

Raw ↑
{
  "key_url": "string",
  "timestamp": "int",
  "score": "float",
  "anchor": "string",
  "linktype": "string",
  "url": "string"
}