I am using nutch 2.x. So I am trying to use nutch command with depth option as
$: nutch inject ./urls/seed.txt -depth 5
after executing this command getting message like
Unrecognized arg -depth
so when i got failed in this i tried to use nutch crawl as
$: nutch crawl ./urls/seed.txt -depth 5
getting error like
Command crawl is deprecated, please use bin/crawl instead
So i tried to use crawl command to crawl urls in seed.txt with the depth option in that case it is asking for solr but i am not using solr
so my question is how to crawl a website by specifying depth