Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by PrioritizeMatchingURLs to specify how to process items the indexer has previously failed to index.
Syntax
typedef enum tagPRIORITIZE_FLAGS {
PRIORITIZE_FLAG_RETRYFAILEDITEMS = 0x1,
PRIORITIZE_FLAG_IGNOREFAILURECOUNT = 0x2
} ;
Constants
PRIORITIZE_FLAG_RETRYFAILEDITEMS Value: 0x1 Indicates that the indexer should reattempt to index items that it failed to index previously. |
PRIORITIZE_FLAG_IGNOREFAILURECOUNT Value: 0x2 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
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Header | searchapi.h |
Redistributable | Windows Search (WS) 4.0 |
See also
Conceptual
Indexing Prioritization and Rowset Events in Windows 7
Reference