JAVA/CORBA CLASSES


FTIndexFrequency property
Example

Read-write. Update frequency of a database's full-text index.

Note This property is new with Release 6.5.

Defined in

Database

Data type

int

Syntax

public int getFTIndexFrequency()
   throws NotesException

public void setFTIndexFrequency(int frequency)
   throws NotesException

Legal values


Usage

This property applies only to databases on servers.

The database must have a full-text index.

The database must be open to use this property.

Language cross-reference

FTIndexFrequency property in LotusScript NotesDatabase class

Example
See Also