IsFTIndexed (NotesDatabase - LotusScript®)

Read-only. Indicates whether or not a database has a full-text index.

Defined in

NotesDatabase

Data type

Boolean

Syntax

To get: flag = notesDatabase .IsFTindexed

Legal values

  • True indicates that the database has a full-text index.
  • False indicates that the database does not have a full-text index.

Usage

The database must be open to use this property.

Example