Table of Contents

Property FullTextSearchEnabled

Namespace
YndigoBlue.Velocity.Data.Teradata
Assembly
YndigoBlue.Velocity.dll

FullTextSearchEnabled

Gets or sets whether full-text search is enabled for the connection.

public bool FullTextSearchEnabled { get; set; }

Property Value

bool

Remarks

When enabled, Velocity creates and maintains full-text search indexes on text columns, enabling text search operations. When disabled, full-text indexes are not created and text-based searches use standard SQL LIKE operations.

Requires the YndigoBlue Teradata Full Text Search Extension: Full-text search on Teradata is implemented through the YndigoBlue Teradata Full Text Search extension, which must be installed and configured on your Teradata system before enabling this setting. Enabling full-text search without the extension installed will cause index creation and text search operations to fail.

Performance Implications: Full-text indexes use additional storage and have index maintenance overhead. Enable only if your application uses text search features and the extension is installed.