2.2.5.1 SharePointCrawlBehavior (from namespace http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration)

The SharePointCrawlBehavior simple type represents the type of the crawl performed while crawling sites.

 <xs:simpleType name="SharePointCrawlBehavior">
   <xs:restriction base="xs:string">
     <xs:enumeration value="CrawlVirtualServers"/>
     <xs:enumeration value="CrawlSites"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for SharePointCrawlBehavior:

Value

Meaning

CrawlVirtualServers

The entire Web applications pointed to by start addresses are crawled.

CrawlSites

Only the specific sites pointed to by the start addresses are crawled without enumerating all sites in the Web application.