IsFTIndexed (Database - Java™)

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

Defined in

Database

Data type

boolean

Syntax

public boolean isFTIndexed()
    throws NotesException

Legal values

  • true if the database has a full-text index
  • false if the database does not have a full-text index

Usage

The database must be open to use this property.

Language cross-reference

IsFTIndexed property in LotusScript® NotesDatabase class