Product Documentation

Full-Text Search

Previous Topic

Next Topic

AddField (by name)

Declaration

void CTTable::AddField(CTFullTextIndex& pIndex, const CTString& FieldName, ULONG mode)

Parameters:

  • pIndex [IN] - Full-Text Index object.
  • FieldName [IN] - Name of field to compose the index.
  • mode [IN] - Full-Text Search field matching mode.

Description

Add a new segment to an index using the field name.

Return Values

Return a segment object.

See Also

TOCIndex