See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WebSite::CrawlDepth Data Member

Number of links from the start page to follow.

C#
public int CrawlDepth;
Visual Basic
Public CrawlDepth As Integer
Remarks

The crawl depth is the number of levels into the web site the Spider will reach when looking for pages. When the Spider indexes a web site, it starts from the page you specify in Url, indexes that page, and then looks for links from that page to other pages on the site. For each of those pages, it looks for links to still more pages. With a crawl depth of zero, the Spider would index only the starting page. With a crawl depth of 1, it would index only pages that are directly linked to the starting page.  

 

See Also
You are here: dtSearch::Spider Namespace > WebSite Structure > WebSite Data Members > CrawlDepth Data Member
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.