LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Update frequency of a database's full-text index.
Note This property is new with Release 6.
Defined in
NotesDatabase
Data type
Constant of type Integer
Syntax
To get: frequency% = notesDatabase.FTIndexFrequency
To set: notesDatabase.FTIndexFrequency = frequency%
Legal values
This property applies only to databases on servers.
The database must have a full-text index.
The database must be open to use this property.
Language cross-reference
FTIndexFrequency property in Java Database class
Example See Also