Finds all the master form candidates for a form using full text search.
formAttributes
The form attribute object. Must not be null.
repositoryName
Repository name. If this value is null or an empty string, then an empty string is used to indicate a default repository without a name.
language
Optional language of the form. Passing null will default to "en-US" (or locale ID 1033).
formCallback
Status about the progress of the operation at the form level (i.e. page by page). Can be null.
pageCallback
Provides status on the progress of the operation at the page level. Can be null.
List of candidates sorted by rank.
This method will compare the first page of the form with the first page of all master forms added to the full text search engine. To compare a specific page, use GetFullTextSearchCandidatesPage.
This method creates a new instance of FullTextSearchItem, fills it up using the values described below and then calls IFullTextSearchManager.Search to perform its operation:
Member | Value |
---|---|
RepositoryName |
repositoryName parameter. |
PageNumber |
1 |
Language |
language parameter. |
Content |
Content of the page of the form obtained upon its initialization. |
ScoreRank |
Value of FullTextSearchMinimumRank. |
For more information, refer to Speeding Up Forms Recognition Using the Full Text Search Feature.