Table of Contents

Property FullTextSearchClobs

Namespace
YndigoBlue.Velocity.Connections
Assembly
YndigoBlue.Velocity.dll

FullTextSearchClobs

Gets or sets whether full-text search indexing supports CLOBs. If set to true then full text indexes will be built to support CLOBs, which is significantly slower at time of index. If set to false then CLOBs will be truncated at 32,0000 characters but indexing will be significantly faster. Default is false.

public bool FullTextSearchClobs { get; set; }

Property Value

bool