Dear Wiki user,

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

The "Nutch_1.X_RESTAPI" page has been changed by SujenShah:
https://wiki.apache.org/nutch/Nutch_1.X_RESTAPI?action=diff&rev1=7&rev2=8

  = Nutch 1.x REST API v1.0 =
  
- <<TableOfContents(4)>>
+ <<TableOfContents(5)>>
  
  == Introduction ==
  This page documents the Nutch 1.X REST API v1.0. 
@@ -222, +222 @@

  __Response__ is created job's id.
  {{{{
      job-id-43243
+ }}}}
+ 
+ === Seed List creation ===
+ 
+ The /seed/create endpoint enables the user to create a seedlist and return 
the temporary path of the file created. This path should be passed to the 
url_dir parameter of the INJECT job.
+ 
+ {{{
+ POST /seed/create
+ {
+ "name":"name-of-seedlist", 
+ "seedUrls":["http://www.example.com";,....]
+ }
+ }}}
+ 
+ __Response__ is the file directory path
+ {{{{
+ /var/folders/m9/hsls1krx12x968plt2brlhr00000gn/T/1443721976324-0
  }}}}
  
  === Database ===

Reply via email to