TurboDB VCL Component Library

TTdbFulltextIndexOptions

TTdbFulltextIndexDef

Previous  Top  Next

TTdbFulltextIndexOptions describes the attributes of an index.

Unit

TdbDataSet

Delphi syntax:

type
TTdbFulltextIndexOption = (tfoUpdateDictionary);
TTdbFulltextIndexOptions = set of TTdbFulltextIndexOption;

C++ syntax:

enum TFulltextIndexOption {tfoUpdateDictionary};
typedef Set<TIndexOption, tfoUpdateDictionary, tfoUpdateDictionary> TTdbFulltextIndexOptions;

Description

TTdbFulltextIndexOptions is a set of attributes that applies to a specific full-text index. A TTdbFulltextIndexOptions value can include zero or more of the following values:

Value

Description

tfoUpdateDictionary

During indexing, TurboDB will add words found in the table but not in the dictionary to the dictionary.