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

     }
  }}}}
  
- ==== Parameter's value ====
+ ==== Get property value ====
  {{{{
  GET /config/{configuration name}/{property}
  
@@ -216, +216 @@

      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
+ }}}}
+ 
+ ==== Update property value ====
+ {{{{
+ PUT /config/{property name}/
+ value={value}
+ 
+ Examples:
+ PUT /config/anchorIndexingFilter.deduplicate
+ value=true
  }}}}
  
  === Database ===

Reply via email to