Item to add or get from a full text search manager.
public class FullTextSearchItem
FullTextSearchItem contains the following members:
Member |
Description |
---|---|
The repository name is case-insensitive and used for input and output. |
|
The form name is case-insensitive and used for input and output. |
|
1-based page number. Used for input and output. |
|
Content language - Passing null will default to "en-US" (or locale ID 1033). |
|
This is the input content to store and return in the output if required. This is a searchable part of the item. |
|
User data value. This will be saved to the store and retrieved with the rest of the data. Used for input and output. |
|
Search ranking score. Used for output. |
For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.