Share via


SEARCH_NOTIFICATION_PRIORITY Enumerated Type

Indicates the priority of processing an item that has changed.

Syntax

typedef enum SEARCH_NOTIFICATION_PRIORITY {
    SEARCH_NORMAL_PRIORITY = 0x0000,
    SEARCH_HIGH_PRIORITY = 0x0001
} SEARCH_NOTIFICATION_PRIORITY;

Constants

  • SEARCH_NORMAL_PRIORITY
    The changed item is added to the end of the indexer's queue.

  • SEARCH_HIGH_PRIORITY
    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.

Enumerated Type Information

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