←Select platform

UpsertMasterFormsToFullTextSearch Method

Summary

Add or updates all the master forms in the repository to the full text search engine database.

Syntax
C#
VB
C++
Java
public bool UpsertMasterFormsToFullTextSearch() 
Public Function UpsertMasterFormsToFullTextSearch() As Boolean 
public:  
   bool UpsertMasterFormsToFullTextSearch() 

public boolean upsertMasterFormsToFullTextSearch(); 

Return Value

true if the operation completed successfully, otherwise; false.

Remarks

This method will loop through all the master forms in the IMasterFormsRepository set in this engine and add or update each form page to the full text search database. If an item with these properties already exist, then its metadata will get updated. This is performed using the UpsertMasterFormToFullTextSearch method of the FormRecognitionEngine instance used internall by this engine and then calling IFullTextSearchManager.Index to re-index the database and ensure that the new items are ready to be used.

This method will throw an error if an instance of IFullTextSearchManager is not used with the engine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly