Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






UpdateFTIndex method

Updates the database full-text index.

Defined in

NotesDatabase

Syntax

Call notesDatabase.UpdateFTIndex( createFlag )

Parameters

createFlag

Boolean. Specify True if you want to create an index if none exists (valid only for local databases and only if the database contains at least one document). Otherwise, specify False.

Usage

Notes returns an error 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 createFlag is set to True.

Language cross-reference

updateFTIndex method in Java Database class

FileFullTextCreate @command in formula language

FileFullTextUpdate @command in formula language

See examples

Examples: UpdateFTIndex method
Related topics
Locating documents within a view or folder in LotusScript classes




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009