.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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