Share via


CreateFullTextIndex Attribute

Specifies whether or not the compiler should produce a full-text search (FTS) index.

Used in

Parent tag

Required

Collection Definition (.Hxc) File

<CompilerOptions>

No

Values

  • Yes
    (Default) Instructs the compiler to create a FTS index.

  • No
    Instructs the compiler not to create a full-text search index.

Example

CreateFullTextIndex = "Yes"

See Also

Reference

Help XML Tags