←Select platform

SetFullTextSearchManager Method

Summary

Begin full text search manager support.

Syntax
C#
C++/CLI
Java
Python
public void SetFullTextSearchManager( 
   IFullTextSearchManager manager, 
   string repositoryName, 
   string language 
) 
public:  
   void SetFullTextSearchManager( 
      IFullTextSearchManager^ manager, 
      String^ repositoryName, 
      String^ language 
   ) 
getFullTextSearchManager(); 
public void setFullTextSearchManager( 
   IFullTextSearchManager,  
   java.lang.String,  
   java.lang.String 
); 
def SetFullTextSearchManager(self,manager,repositoryName,language): 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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