UpdateVersion

IndexUpdater.UpdateVersion method

Performs reindexing documents in an index of an old version. The updated index will be placed in the newIndexPath directory. The index in the indexPath directory will not be changed.

public VersionUpdateResult UpdateVersion(string indexPath, string newIndexPath)
Parameter Type Description
indexPath String The index directory path.
newIndexPath String The directory for the updated index.

Return Value

The result of the index version update operation.

See Also