Share via


CrawlHistory.CrawlStatus, énumération (Microsoft.Office.Server.Search.Administration)

Specifies all possible crawl stages. These values are used by GetCrawlHistory(CrawlStatus) and GetCrawlHistory(Int32,DateTime,DateTime,CrawlStatus) to filter the result set.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Enumeration CrawlStatus
'Utilisation
Dim instance As CrawlStatus
public enum CrawlStatus

Membres

  Nom du membre Description
CRAWL_ACQUIREID The crawl has acquired a new crawl identifier. 
CRAWL_DELETE_CS The delete crawl operation has deleted a content source. 
CRAWL_DELETE_SA The delete crawl operation has deleted a start address. 
CRAWL_QUERY_DONE The crawl has checked to see whether it is complete. 
CRAWL_START_DELETE The delete crawl operation has started. 
CRAWL_STARTCHECK The crawl has attempted to start. A crawl can start if none of the content sources are involved in another crawl. 
CRAWL_STATUS_DELETEUNVISITEDITEMS The crawl has deleted items that were found by the previous full crawl but that were not found by this crawl. 
CRAWL_STATUS_DONE The crawl is complete. 
CRAWL_STATUS_FORBID The crawl has been aborted because one of the content sources is involved in another crawl. 
CRAWL_STATUS_INSERTSTARTPAGE The crawl has added a start address to the list of start addresses to be crawled. 
CRAWL_STATUS_PAUSE The crawl has paused. 
CRAWL_STATUS_RESET The crawl has cleaned up its data because a search application has been reset. 
CRAWL_STATUS_RESUME The crawl has resumed. 
CRAWL_STATUS_START The crawl has started. 
CRAWL_STATUS_STOP The crawl has stopped. 
CRAWL_UPDATE_SEED The index server has stopped the crawl. The server sends this request if another crawl of the same content source is already in progress, the content source has no start addresses, or all of the start addresses are excluded by the crawl rules. 
CRAWL_UPDATE_STOP The index server has sent a request to stop the crawl. 
NONE Value to use in place of NULL when no filter is wanted. 

Voir aussi

Référence

Microsoft.Office.Server.Search.Administration, espace de noms