CreateFTIndex (DxlImporter - Java)

Read-write. Indicates whether the database receiving the imported notes is full-text indexed.

Defined in

DxlImporter

Data type

boolean

Syntax

public boolean getCreateFTIndex()
    throws NotesException
public void setCreateFTIndex(boolean flag)
    throws NotesException

Legal values

  • true if the database is full-text indexed
  • false (default) if the database is not full-text indexed