removeFTIndex (NotesDatabase - JavaScript™)
Removes a full-text index from a database.
Defined in
NotesDatabaseSyntax
removeFTIndex() : void
Usage
No error occurs if the database does not have a full-text index.This method works only for local databases.
Examples
This button removes the full-text index for the current database.requestScope.status = "Removing full-text index";
database.removeFTIndex();