←Select platform

SetFullTextSearchManager Method

Summary

Begin full text search manager support.

Syntax
C#
VB
C++
Java
public void SetFullTextSearchManager( 
   IFullTextSearchManager manager, 
   string repositoryName, 
   string language 
) 
Public Sub SetFullTextSearchManager( 
   ByVal manager As IFullTextSearchManager, 
   ByVal repositoryName As String, 
   ByVal language As String 
) 
public:  
   void SetFullTextSearchManager( 
      IFullTextSearchManager^ manager, 
      String^ repositoryName, 
      String^ language 
   ) 

getFullTextSearchManager(); 
public void setFullTextSearchManager( 
   IFullTextSearchManager,  
   java.lang.String,  
   java.lang.String 
); 

Parameters

manager

Instance of a class that implements IFullTextSearchManager here to enable the use of full text search during the recognition process.

repositoryName

Repository name to use with all full text search. If this is null, then the default repository without a name will be searched.

language

Optional language of the form. Passing null will default to "en-US" (or locale ID 1033).

Remarks

Call this method with an instance of a class that implements IFullTextSearchManager to enable the use of full text search during the recognition process. For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.