CrawlHistory.CrawlStatus Enumeration

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This CrawlStatus enum is no longer supported and will be removed in a future release.")> _
Public Enumeration CrawlStatus
'Usage
Dim instance As CrawlHistory.CrawlStatus
[ObsoleteAttribute("This CrawlStatus enum is no longer supported and will be removed in a future release.")]
public enum CrawlStatus

Members

Member name Description
CRAWL_ACQUIREID Obsolete. The crawl has acquired a new crawl identifier.
CRAWL_STATUS_INSERTSTARTPAGE Obsolete. The crawl has added a start address to the list of start addresses to be crawled.
CRAWL_STARTCHECK Obsolete. The crawl has attempted to start. A crawl can start if none of the content sources are involved in another crawl.
CRAWL_STATUS_START Obsolete. The crawl has started.
CRAWL_STATUS_FORBID Obsolete. The crawl has been aborted because one of the content sources is involved in another crawl.
CRAWL_UPDATE_SEED Obsolete. 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 Obsolete. The crawl has checked to see whether it is complete.
CRAWL_STATUS_DELETEUNVISITEDITEMS Obsolete. The crawl has deleted items that were found by the previous full crawl but that were not found by this crawl.
CRAWL_STATUS_PAUSE Obsolete. The crawl has paused.
CRAWL_STATUS_RESUME Obsolete. The crawl has resumed.
CRAWL_STATUS_DONE Obsolete. The crawl is complete.
CRAWL_UPDATE_STOP Obsolete. The index server has sent a request to stop the crawl.
CRAWL_STATUS_STOP Obsolete. The crawl has stopped.
CRAWL_STATUS_RESET Obsolete. The crawl has cleaned up its data because a search application has been reset.
CRAWL_START_DELETE Obsolete. The delete crawl operation has started.
CRAWL_DELETE_CS Obsolete. The delete crawl operation has deleted a content source.
CRAWL_DELETE_SA Obsolete. The delete crawl operation has deleted a start address.
NONE Obsolete. Value to use in place of NULL when no filter is wanted.

See Also

Reference

Microsoft.Office.Server.Search.Administration Namespace