Product Documentation

Full-Text Search

Previous Topic

Next Topic

AddField (by field object)

Declaration

void CTTable::AddField(CTFullTextIndex& pIndex, const CTField& pField, ULONG mode)

Parameters:

  • pIndex [IN] - Full-Text Index object.
  • pField [IN] - Field to compose the index.
  • mode [IN] - Full-Text search field matching mode

Description

Add a new segment to an index.

Return Values

Return a segment object.

See Also

TOCIndex