RemoveFTIndex (NotesDatabase - LotusScript®)

Removes a full-text index from a database.

Note: This method is new with Release 6.

Defined in

NotesDatabase

Syntax

Call notesDatabase .RemoveFTIndex( )

Usage

No error occurs if the database does not have a full-text index.

This method works only for local databases.

Example