ISearchCatalogManager2 interface (searchapi.h)

Extends the ISearchCatalogManager interface to manage a search catalog, for purposes such as re-indexing or setting timeouts. Applications can use this interface to attempt to reindex items that failed to be indexed previously, using the PrioritizeMatchingURLs.

Inheritance

The ISearchCatalogManager2 interface inherits from ISearchCatalogManager. ISearchCatalogManager2 also has these types of members:

Methods

The ISearchCatalogManager2 interface has these methods.

 
ISearchCatalogManager2::PrioritizeMatchingURLs

Instructs the indexer to give a higher priority to indexing items that have URLs that match a specified pattern. These items will then have a higher priority than other indexing tasks.

Requirements

Requirement Value
Minimum supported client Windows XP with SP2, Windows Vista with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 with SP1 [desktop apps only]
Target Platform Windows
Header searchapi.h
Redistributable Windows Search (WS) 4.0

See also

ISearchCatalogManager

The Indexing Process