Allows you to tag documents that are conceptually similar. You can use this index action to group duplicate documents together.
http://12.3.4.56:20001/DRETAGDOCCLUSTERS?TagField=XML&MinScore=50&MinID=100&MaxID=2500
This index action uses port 20001 to tag documents matching the MinScore threshold of 50 as XML.
Parameter | Description | Required |
---|---|---|
CheckSumDBs | The names of databases that you can checksum match against. | |
CheckSumField | A reference field to use to determine whether a document is an exact match of another document. | |
ClusterDBs | The names of databases that you can cluster against. | |
DatabaseMatch | The names of databases that contain documents to tag. | |
MaxID | The last document ID to tag. | |
MinID | The first document ID to tag. | |
MinScore | The matching threshold to determine whether a document belongs to a cluster. | Yes |
RelevanceField | The full field name that holds the relevance score of the document to its cluster. | |
TagField | The full field name that contains document tags. | Yes |
TaggedDBName | The database to which IDOL Server moves documents and from which it retrieves tags. | |
TagSourceField | The full field name to use as the source of the TagField value. |
This index action accepts the following standard index action parameters.
Parameter | Description |
---|---|
IgnoreMaxPendingItems | Whether to ignore the IndexQueueMaxPendingItems limit for this index action. |
IndexUID | An identification code for any document tracking events. |
NoArchive | Turn off configured archiving for the index action. |
Priority | The priority for the index job. |
|