←Select platform

MaximumSearchContentSize Property

Summary

The maximum size of the content size in bytes.

Syntax

C#
VB
C++
public int MaximumSearchContentSize { get; set; } 
Public Property MaximumSearchContentSize() As Integer 
   Get 
   Set 
public:  
   property int MaximumSearchContentSize 
   { 
      int get() 
      void set(int value) 
   } 

Property Value

Maximum size of Content in bytes. Default value is 1000.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.