Add or updates all the master forms in the repository to the full text search engine database.
public bool UpsertMasterFormsToFullTextSearch()
public:
bool UpsertMasterFormsToFullTextSearch()
public boolean upsertMasterFormsToFullTextSearch();
def UpsertMasterFormsToFullTextSearch(self):
true if the operation completed successfully, otherwise; false.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document