SEARCH_NOTIFICATION_PRIORITY enumeration (searchapi.h)
Indicates the priority of processing an item that has changed.
Syntax
typedef enum _SEARCH_NOTIFICATION_PRIORITY {
SEARCH_NORMAL_PRIORITY = 0,
SEARCH_HIGH_PRIORITY = 1
} SEARCH_NOTIFICATION_PRIORITY;
Constants
SEARCH_NORMAL_PRIORITY Value: 0 The changed item is added to the end of the indexer's queue. |
SEARCH_HIGH_PRIORITY Value: 1 The changed item is placed ahead of other queued items in the indexer's queue, to be processed as soon as possible. |
Remarks
Set the priority member of the SEARCH_ITEM_CHANGE structure to one of these flags.
As the indexer crawls, it builds a list of items that need to be indexed. These flags indicate the placement of changed items in the indexer's queue. Higher priority items are placed at the front of the queue.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |