- -dir : dir names the directory to put the crawl in.
- -threads : threads determines the number of threads that will fetch in parallel.
- -depth : depth indicates the link depth from the root page that should be crawled.
- -topN : N determines the maximum number of pages that will be retrieved at each level up to the depth.
bin/nutch crawl urls -dir crawl -depth 5 -topN 50