arachnode.net

ArachnodeDAO.InsertCrawlRequest(DateTime, String, String, Int32, Byte, Byte, Double) Method

Inserts the crawl request. See: http://arachnode.net/forums/p/564/10762.aspx#10762 if you experience difficulty with this function. Use this function if you want to insert CrawlRequests into the database. The overload with the split 'currentDepth' and 'maximumDepth' parameters is intended for use by the Crawler itself.

public long? InsertCrawlRequest(
   DateTime created,
   string absoluteUri1,
   string absoluteUri2,
   int depth,
   byte restrictCrawlTo,
   byte restrictDiscoveriesTo,
   double priority
);

Parameters

created
The created.
absoluteUri1
The absolute uri1.
absoluteUri2
The absolute uri2.
depth
The depth.
restrictCrawlTo
The restrict crawl to. Restricting a Crawl to a specific UriQualificationType means that the Crawl will only crawl WebPages that match the initial UriQualificationType.
restrictDiscoveriesTo
The restrict discoveries to. Restricting a Crawl's Discoveries to a specific UriQualificationType means that the Crawl will only collect Discoveries that match the initial UriQualificationType.
priority
The priority.

Return Value

See Also

ArachnodeDAO Class | Arachnode.DataAccess Namespace | ArachnodeDAO.InsertCrawlRequest Overload List