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