Closed GoogleCodeExporter closed 9 years ago
Typo: I have to restart the application for crawler4j to work again
Original comment by tahs...@trademango.com
on 30 Jan 2012 at 9:51
I am using version: 3.1
Original comment by tahs...@trademango.com
on 30 Jan 2012 at 9:53
Why are you creating a new controller for each website? You don't need to do
that. Only one controller is enough.
-Yasser
Original comment by ganjisaffar@gmail.com
on 31 Jan 2012 at 6:53
[deleted comment]
[deleted comment]
I think I can keep a static instance of CrawlController around and reuse the
controller. But what if I want to start two crawls, let say in different
threads. Will that be possible?
Original comment by tahs...@trademango.com
on 31 Jan 2012 at 8:31
Actually I can not use one CrawlController as there is no removeSeed or similar
method.
The thing is every website require certain customs data to be set in the
controller.
controller.setCustomData(dataMap);
This custom data is different for each website. So i can not add the all
websites as seed in one controller.
Original comment by tahs...@trademango.com
on 31 Jan 2012 at 8:35
customData can be anything. You can create a class for it and have a data
structure for each website. So, this is not an issue.
-Yasser
Original comment by ganjisaffar@gmail.com
on 31 Jan 2012 at 8:59
Original comment by ganjisaffar@gmail.com
on 4 Feb 2012 at 11:35
Original issue reported on code.google.com by
tahs...@trademango.com
on 30 Jan 2012 at 9:49