The maximum depth to which the connector follows links when crawling. For example, to index all pages that can be reached from the Url
by following no more than three links, set Depth=3
. To index only the page specified by URL
, set Depth=0
.
The default value (Depth=-1
) specifies no limit.
Type: | Integer |
Default: | -1 |
Required: | No |
Configuration Section: | TaskName or FetchTasks or Default |
Example: | Depth=3
|
See Also: |
|