I'm investigating Nutch REST api (I couldn't find any documentation).
In /JobResource/ there is method create which takes "conf" parameter from the request:
/String confId = (String) args.get(Params.CONF_ID);///Are there any reasons to use this parameter? Eclipse says that is never used in source code.
Regards MZ

