LOTUSSCRIPT/COM/OLE CLASSES
Creates a full-text index for a database.
Note This method is new with Release 6.
Defined in
NotesDatabase
Syntax
Call notesDatabase.CreateFTIndex( options& , recreate )
Parameters
options&
This method works only for local databases.
Note A full-text index will only be created if the fulltextsettings element exists in the DXL and the ReplaceDbProperties property has a value of true.
Language cross-reference
createFTIndex method in Java Database class
Example See Also