removeFTIndex (Database - Java)

Removes a full-text index from a database.

Note: This method is new with Release 6.5.

Defined in

Database

Syntax

public void removeFTIndex()
    throws NotesException

Usage

No error occurs if the database does not have a full-text index.

This method works only for local databases.

Example