For the latest version of Commerce Server 2007 Help, see the
Microsoft Web site.
The Crawler class represents a Web crawler associated with a site. The Crawler object links to a Site object. A Site object can have more than one Crawler objects linked to it. The Crawler object is used during log import as a reference table. When the Web Log Import DTS task is configured to exclude particular Crawler strings, they are stored in this class. New rows are not inserted into the Crawler table during a log import.
|
Data member name
|
Data type
|
Default value
|
Description
|
|
CrawlerID
|
binary(6)
|
None
|
Key member
|
|
CrawlerInternalFlag
|
Smallint
|
None
|
None.
|
|
CrawlerString
|
Nvarchar(255)
|
None
|
None.
|
|
SiteID
|
binary(6)
|
None
|
None.
|
CrawlerKey is composed of the following data members:
CrawlerString + SiteId.
For a description of the relation type, see Data Warehouse Classes.
|
Relation name
|
Parent
|
Child
|
Type
|
|
SiteCrawlerRel
|
Site
|
Crawler
|
2
|
Other Resources