LastFTIndexed (Database - Java™)
Read-only. The date that a database's full-text index was last updated.
Defined in
Data type
DateTime
Syntax
public DateTime getLastFTIndexed()
throws NotesException
Usage
If the database does not have a full-text index:
- A local program returns null.
- A remote (IIOP) program returns an empty string for the following properties: GMTTime, LocalTime, and ZoneTime.
In either case, isFTIndexed is false.
The database must be open to use this property.