The maximum size of the content size in bytes.
public int MaximumSearchContentSize { get; set; }
Maximum size of Content in bytes. Default value is 1000.
In disk full text search, the maximum content size to search for is 4000. The higher the number, the slower the search is, so the engine will try to trim it to the value set by the user in MaximumSearchContentSize.
It is recommended to the value of this property to default.
Refer to Speeding Up Forms Recognition Using the Full Text Search Feature for more information.