Related Topics
Pathfinder System Variables
This topic discusses a feature that is under active development, and is subject to change without notice.
Process Director v6.1.600 and higher uses an AI feature known as Pathfinder, which has unique System Variables that work only with the feature when it is activated. These System Variables have no value outside the context of a running Pathfinder implementation.
Document Similarity
This system variable returns a list of duplicate documents that have been uploaded to Pathfinder in IntAIk mode. It references only duplicate IntAIk documents. Documents are compared for similarity and are given a similarity score. Documents with a sufficiently high similarity score will be returned as duplicates.
Returns
A comma-separated list of Document IDs, or a count of duplicate documents.
SysVar Tag
{DOCUMENT_SIMILARITY, id=DocumentId, format=Count|Value, index=N}
Modifiers
id (Required): The Document ID of a document for which you wish to find duplicates.
format (Optional): The format of the information you want returned. If this formatter is omitted, the system variable returns a comma-separated string of Document IDs, using the default option. The available options for this formatter are
- value: Returns the ID of the document specified by INDEX. This is the default option.
- count: returns the total number of duplicate documents.
index (Optional): An integer value to specify the 1-based index of a document in the list of documents returned. This property is valid only when using the format=value formatter. To return the second document in a list of documents they syntax for this modifier would be index=2.
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.

