PRIORITIZE_FLAGS enumeration
Used by PrioritizeMatchingURLs to specify how to process items the indexer has previously failed to index.
Syntax
typedef enum _PRIORITIZE_FLAGS { PRIORITIZE_FLAG_RETRYFAILEDITEMS = 0x00000001, PRIORITIZE_FLAG_IGNOREFAILURECOUNT = 0x00000002 } PRIORITIZE_FLAGS;
Constants
- PRIORITIZE_FLAG_RETRYFAILEDITEMS
-
Indicates that the indexer should reattempt to index items that it failed to index previously.
- PRIORITIZE_FLAG_IGNOREFAILURECOUNT
-
Indicates that the indexer should continue to reattempt indexing items regardless of the number of times the indexer has failed to index them previously.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Redistributable |
Windows Search (WS) 4.0 |
|
Header |
|
|
IDL |
|
See also
- Reference
- IRowsetPrioritization
- PRIORITY_LEVEL
- ROWSETEVENT_ITEMSTATE
- ROWSETEVENT_TYPE
- Rowset Properties
- Conceptual
- Indexing Prioritization and Rowset Events in Windows 7
Show: