Product Documentation

Full-Text Search

Previous Topic

Next Topic

SetFullTextIndexOption (by name)

Declaration

void CTTable::SetFullTextIndexOption(const CTString& IndexName, UCOUNT option, CTString &pvalue, ULONG lvalue)

Parameters:

  • IndexName [IN] - Full-Text Index name.
  • 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 name.

See Also

TOCIndex