CrawlHistory.CrawlStatus Enumeration

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

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Enumeration CrawlStatus
'Usage
Dim instance As CrawlHistory.CrawlStatus
public enum CrawlStatus

Members

Member name Description
CRAWL_ACQUIREID The crawl has acquired a new crawl identifier.
CRAWL_STATUS_INSERTSTARTPAGE The crawl has added a start address to the list of start addresses to be crawled.
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_START The crawl has started.
CRAWL_STATUS_FORBID The crawl has been aborted because one of the content sources is involved in another crawl.
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_QUERY_DONE The crawl has checked to see whether it is complete.
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_PAUSE The crawl has paused.
CRAWL_STATUS_RESUME The crawl has resumed.
CRAWL_STATUS_DONE The crawl is complete.
CRAWL_UPDATE_STOP The index server has sent a request to stop the crawl.
CRAWL_STATUS_STOP The crawl has stopped.
CRAWL_STATUS_RESET The crawl has cleaned up its data because a search application has been reset.
CRAWL_START_DELETE The delete crawl operation has started.
CRAWL_DELETE_CS The delete crawl operation has deleted a content source.
CRAWL_DELETE_SA The delete crawl operation has deleted a start address.
NONE Value to use in place of NULL when no filter is wanted.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace