public setCrawlingDepthLimit($depth)
$depth | int | The maximum link-depth the crawler should follow |
No information |
Defines how "deep" the crawler should follow links relating to the entry-URL of a crawling-process.
For instance: If the maximum depth is set to 1, the crawler only will follow links found in the entry-page
of the crawling-process, but won't follow any further links found in underlying documents.