This read-only property returns a text string describing the status of the catalog.
Syntax
IBuildCatalog.Status
Remarks
Search can return the following for Status:
Idle
No catalog build is in progress.
Crawling
A build is in progress.
Paused
The build is paused.
Throttled
The build is temporarily paused while Search performs another action.
Initializing
The catalog build server is starting.
Shutdown
The catalog is being deleted.
Crawling incrementally
An incremental build is in progress.
(Index) Crawling
Search is indexing the documents.
Compiling the catalog
Search is assembling the catalog.
Propagating the catalog
Search is propagating the catalog to the search servers on selected hosts.
Paused (disk full
The build is paused and cannot continue until more disk space is made available.
Retrying propagation
Search is trying to propagate the catalog again after a failed attempt.
Flushing
Search has finished indexing the documents and is flushing them from its cache.
Example
See Creating and Accessing IBuildCatalog Interface Objects.
See Also