SEARCH_INDEXING_PHASE Enumerated Type

Specifies the current search indexing phase status.

Syntax

typedef enum _SEARCH_INDEXING_PHASE {
    SEARCH_INDEXING_PHASE_GATHERER = 0,
    SEARCH_INDEXING_PHASE_QUERYABLE = 1,
    SEARCH_INDEXING_PHASE_PERSISTED = 2
} SEARCH_INDEXING_PHASE;

Constants

  • SEARCH_INDEXING_PHASE_GATHERER
    Sent in the event that an error occurs while a notification is in the gatherer. For instance, if the notification fails the exclusion rules tests, a status update will be sent with the error.

  • SEARCH_INDEXING_PHASE_QUERYABLE
    The document will be returned in queries. It is currently only in the volatile indices.

  • SEARCH_INDEXING_PHASE_PERSISTED
    The document has moved from the volatile index to the persisted file based index.

Enumerated Type Information

Header and IDL files searchapi.h, srchntfyinlinesite.idl
Minimum operating systems Windows XP Service Pack 2 (SP2) with Windows Desktop Search (WDS) 3.0, Windows Server 2003, Windows Vista