CreateFullTextIndex Attribute
Specifies whether or not the compiler should produce a full-text search (FTS) index.
Used in |
Parent tag |
Required |
---|---|---|
<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"