class CTFullTextIndex
Description
The CTFullTextIndex class deals with Full-Text Indexes (FTIs).
See Also
CTTable, CTRecord
Preconditions
Before any task is developed with a CTFullTextIndex object, a CTTable must have been initialized.
CTFullTextIndex::AddField
Add a new field to Full Text index.
CTFullTextIndex::GetField
Retrieve a Full-Text Index field.
CTFullTextIndex::GetFieldCount
Return the Full-Text Index field count.
See CTFullTextIndex::GetFieldCount
CTFullTextIndex::GetFieldMode
Return the field mode specified when adding the field to the FTI.
See CTFullTextIndex::GetFieldMode
CTFullTextIndex::GetName
Return the Full-Text Index name.
CTFullTextIndex::GetNumber
Retrieve the Full-Text Index number.
See CTFullTextIndex::GetNumber
CTFullTextIndex::GetStatus
Retrieve the status of the FTI index handle.
See CTFullTextIndex::GetStatus
CTFullTextIndex::SetOption
Set Full-Text Index options.