←Select platform

FullTextSearchManager Property

Summary

Full text search manager used set in the engine.

Syntax
C#
C++/CLI
Java
Python
public IFullTextSearchManager FullTextSearchManager { get; } 
public:  
   property IFullTextSearchManager^ FullTextSearchManager 
   { 
      IFullTextSearchManager^ get() 
   } 
public IFullTextSearchManager getFullTextSearchManager(); 
setFullTextSearchManager( 
   IFullTextSearchManager,  
   java.lang.String,  
   java.lang.String 
); 
FullTextSearchManager # get  (AutoFormsEngine) 

Property Value

The same full text search manager instance passed in the SetFullTextSearchManager method, or null if none was used.

Remarks

Get the instance of a class that implements IFullTextSearchManager from this property. 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.