Hi, I have HBase 2.2.1 with HBase as backend. I am using the all-in-one crawl command which runs fine -
*bin/crawl urls 3 http://localhost:8983/solr/ 10 * *crawl <seedDir> <crawlId> <solrURL> <numberOfRounds>* My question is - Where do we specify the "*topN*" parameter for the above all-in-one crawl command? topN - maximum number of pages that will be retrieved at each level

