FTIndexFrequency (NotesDatabase - LotusScript®)
Read-write. Update frequency of a database's full-text index.
Note: This property is new with Release 6.
Defined in
Data type
Constant of type Integer
Syntax
To get: frequency% = notesDatabase .FTIndexFrequency
To set: notesDatabase .FTIndexFrequency = frequency%
Legal values
- FTINDEX_DAILY (1)
- FTINDEX_HOURLY (3)
- FTINDEX_IMMEDIATE (4)
- FTINDEX_SCHEDULED (2)
Usage
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.