If you investigate the bin/nutch script, you will notice that each command supported by Nutch is calling a Java program or class. You can use the same approach in your Java code. That is calling the appropriate Java class with required parameters.
Regards Ameer -- View this message in context: http://lucene.472066.n3.nabble.com/Running-Crawls-via-REST-API-tp4159019p4159123.html Sent from the Nutch - User mailing list archive at Nabble.com.

