You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Vladimir Loubenski <vl...@opentext.com> on 2016/11/08 17:53:59 UTC

Nutch 2.3.1 REST calls to DB

Hi,
Nutch 2.x REST API documentation is mentioned  following syntax for DB calls  :https://wiki.apache.org/nutch/NutchRESTAPI

1. What does mean  "startKey", "endKey" and  "isKeysReversed" ?
POST /db
   {
      "startKey":"com.google",
      "endKey":"com.yahoo",
      "isKeysReversed":"true"
   }

Call bellow doesn't work for me. It always return empty result   
POST /db
   {
      "batchId": "batch-id"
   }


Thank you in advanse.
Vladimir.