SEARCH_INDEXING_PHASE enumeration
Specifies the status of the current search indexing phase.
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-rule 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 indexes.
- SEARCH_INDEXING_PHASE_PERSISTED
-
The document has moved from the volatile index to the persisted-file-based index.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|
Show: