JAVA/CORBA CLASSES


updateFTIndex method
Example

Updates the full-text index of a database.

Defined in

Database

Syntax

public void updateFTIndex(boolean create)
   throws NotesException

Parameters

boolean create


Usage

An exception is thrown if you attempt to create a full-text index on a database that is not local.

A database must contain at least one document in order for an index to be created, even if the create parameter is set to true.

Language cross-reference

UpdateFTIndex method in LotusScript NotesDatabase class

FileFullTextCreate @command of formula language

FileFullTextUpdate @command of formula language

Example
See Also