vtx.GetSimilarDMSObjects
This job delivers a list of other objects whose textual content is similar to the passed object.
This similarity search is currently only supported when using OSFTS as the full-text engine, configured with analyzer intrafind there, and the license OKM is present.
Whether the search is supported can be determined with vtx.IsSearchForSimilarDMSObjectsEnabled.
|
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
ID of the DMS object for which similar objects should be searched |
|
INT |
No |
Maximum number of hits to be returned. If the parameter is not passed, the maximum hit count is determined based on registry entries. |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
Found documents as semicolon-separated list; each entry consists of object ID, object type, ranking, and hit ID (comma-separated). |