-
Notifications
You must be signed in to change notification settings - Fork 15
Crawl requests and candidates
Péter Bencze edited this page May 31, 2019
·
3 revisions
Crawl requests are used to specify which URLs the crawler should visit.
Use:
- CrawlRequestBuilder: to create a customized crawl request
- createDefault: to create a crawl request with the default configuration
The priority determines the order in which requests are processed. Requests with higher priority will be processed earlier. Negative values represent low priority.
This data can later be retrieved in the callbacks.
Crawl candidates represent crawl requests which have been processed by the crawler.