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=9&rev2=10

  
  __Response__ is created config's id.
  {{{{
-     "new-config"
+     new-config
  }}}}
+ 
+ ==== Change property value ====
+ {{{{
+ PUT /config/{configuration name}
+ 
+ Examples:
+ POST /config/new-config
+    {
+       "configId":"new-config",
+       "force":"true",
+       "params":{"anchorIndexingFilter.deduplicate":"false",... }
+    }
+ 
+ }}}}
+ 
+ __Response__ is created config's id.
+ {{{{
+     new-config
+ }}}}
+ 
+ 
+ ==== Delete configuration ====
+ {{{{
+ DELETE /config/{configuration name}
+ 
+ Examples:
+ DELETE /config/new-config
+ }}}}
+ 
  === Database ===
  == Nutch Jobs ==
  

Reply via email to