←Select platform

FullTextSearchItem Class

Summary

Item to add or get from a full text search manager.

Syntax
C#
VB
C++
Java
public class FullTextSearchItem 
Public Class FullTextSearchItem 
public ref class FullTextSearchItem 

public class FullTextSearchItem 

Remarks

FullTextSearchItem contains the following members:

Member Description
RepositoryName. The repository name is case-insensitive and used for input and output.
FormName. The form name is case-insensitive and used for input and output.
PageNumber. 1-based page number. Used for input and output.
Language. Content language - Passing null will default to "en-US" (or locale ID 1033).
Content. This is the input content to store and return in the output if required. This is a searchable part of the item.
UserData. User data value. This will be saved to the store and retrieved with the rest of the data. Used for input and output.
ScoreRank. Search ranking score. Used for output.

For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.

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.Recognition Assembly