Apache Nutch · Example Payload

Apache Nutch Node Schema Example

Web CrawlerIndexingSearchApacheJavaHadoopOpen Source

Apache Nutch Node 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_urlnum_inlinksnum_outlinksinlink_scoreoutlink_scoremetadata

Example Payload

Raw ↑
{
  "key_url": "string",
  "num_inlinks": "int",
  "num_outlinks": "int",
  "inlink_score": "float",
  "outlink_score": "float",
  "metadata": "string"
}