You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Mateusz Zakarczemny <ma...@up2data.pl> on 2014/02/25 13:00:51 UTC

Nutch API - conf id in create job

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