Product Documentation

Full-Text Search

Previous Topic

Next Topic

SetFullTextIndexOption (by index object)

Declaration

void CTTable::SetFullTextIndexOption(CTFullTextIndex& pIndex, UCOUNT option, CTString &pvalue, ULONG lvalue)

Parameters:

  • pIndex [IN] - Full-Text Index object.
  • option [IN] - Option to set.
  • pvalue [IN] - Value to set the option to for option taking string value.
  • lvalue [IN] - Value to set the option to for option taking long value.

Description

Set Full-Text Index options using the Full-Text Index object.

See Also

TOCIndex