UpdateFTIndex (NotesDatabase - LotusScript®)

Updates the database full-text index.

Defined in

NotesDatabase

Syntax

Call notesDatabase .UpdateFTIndex( createFlag )

Parameters

createFlag

Boolean. Specify True if you want to create an index if none exists (valid only for local databases and only if the database contains at least one document). Otherwise, specify False.

Usage

Notes® returns an error if you attempt to create a full-text index on a database that is not local.

A database must contain at least one document in order for an index to be created, even if createFlag is set to True.

Example