Previous in Contents Next in Contents

StartIncrementalBuild Method

This method starts an incremental build.

Syntax

IBuildCatalog.StartIncrementalBuild

Remarks

An incremental build only crawls documents that were added or modified since the last full build. Incremental builds typically run faster than full builds, unless the majority of the documents are new or have been changed since the last full build. Microsoft recommends that you periodically perform a full build, especially when you significantly modify a catalog definition.

Example

See Creating and Accessing IBuildCatalog Interface Objects.

See Also

PauseBuild, ResumeBuild, StartBuild, StopBuild


© 1997-2000 Microsoft Corporation. All rights reserved.