| 
       TurboDB VCL Komponenten Bibliothek TTdbFulltextIndexOptions  | 
  
| Previous Top Next | 
TTdbFulltextIndexOptions beschreibt die Attribute eines Volltext-Index.
Unit
TdbDataSet
Delphi Syntax:
type
  TTdbFulltextIndexOption = (tfoUpdateDictionary);
  TTdbFulltextIndexOptions = set of TTdbFulltextIndexOption;
C++ Syntax:
enum TFulltextIndexOption {tfoUpdateDictionary};
typedef Set<TIndexOption, tfoUpdateDictionary, tfoUpdateDictionary> TTdbFulltextIndexOptions;
Beschreibung
TTdbFulltextIndexOptions ist eine Menge an Attributen, die sich auf einen bestimmten Volltext-Index beziehen. Ein TTdbFulltextIndexOptions Wert kann null oder mehrere der folgenden Werte beinhalten:
Wert  | 
Beschreibung  | 
tfoUpdateDictionary  | 
Während der Indizierung wird TurboDB nur Wörter in die Wörterbuchtabelle aufnehmen, die in der Tabelle, aber nicht in der Wörterbuchtabelle vorhanden sind.  |