Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "NutchRESTAPI" page has been changed by FjodorVershinin:
https://wiki.apache.org/nutch/NutchRESTAPI?action=diff&rev1=6&rev2=7

     }
  }}}}
  
- __Response__ is created job id.
+ __Response__ is created job's id.
  {{{{
      job-id-43243
  }}}}
  
  === Configuration ===
+ ==== Configuration's list ====
+ 
+ {{{{
+ GET /config
+ }}}}
+ 
+ __Response__ contains names of availible configurations.
+ {{{{
+   ["default","custom-config"]
+ }}}}
+ 
+ ==== Configuration parameters ====
+ 
+ {{{{
+ GET /config/{configuration name}
+ 
+ Examples:
+ GET /config/default
+ GET /config/custom-config
+ }}}}
+ 
+ __Response__ contains parameters with values
+ {{{{
+   {
+    "anchorIndexingFilter.deduplicate":"false",
+    "crawl.gen.delay":"604800000",
+    "db.fetch.interval.default":"2592000",
+    "db.fetch.interval.max":"7776000",
+    "db.fetch.retry.max":"3",
+    ....
+    ....
+    }
+ }}}}
  === Database ===
  == Nutch Jobs ==
  

Reply via email to