Product Documentation

Full-Text Search

Previous Topic

Next Topic

AddField (by number)

Declaration

void CTTable::AddField(CTFullTextIndex& pIndex, NINT FieldNumber, ULONG mode)

Parameters:

  • pIndex [IN] - Full-Text Index object.
  • FieldNumber [IN] - Number 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 number.

Return Values

Return a segment object.

See Also

TOCIndex