LOTUSSCRIPT/COM/OLE CLASSES
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.
Language cross-reference
removeFTIndex method in Java Database class
Example See Also