Question
1. What are different ways to update Reltio Name dictionary
2. How to Utilize RDM for storing Synonym matching values dictionary
Answer
There are different ways to update Reltio Name Dictionary.
1) Information about names dictionary in RDM service
- System configuration of MDM API server (properties file and JVM properties
- (-DpropertyName=propertyValue)).
rdmCleanserServiceUri=https://rdm.reltio.com |
2) Tenant’s physical configuration:
"matchingConfiguration":{ |
It overrides settings from system configuration.
3) L3 configuration (parameters of a particular cleanse adapter):
"cleanseAdapterParams": { |
If there are missed parameters in “cleanseAdapterParams” they will be got from physical configuration or from system configuration. The parameters from L3 override parameters from the physical configuration.
Structure of lookupType to store names dictionary
Name |
Synonyms |
Nicknames |
allen |
alan allan |
al |
albert |
al bertie bert |
|
alexander |
lex al sander ... |
|
alonzo |
alonso |
lonny al lon ... |
Caching and relevance
The dictionary is treated as relevant for 10 minutes. Then the lookup type values are asked if they are changed. If a change is detected the dictionary is synchronized.
References
https://docs.reltio.com/matchmerge/customdictionary.html
https://docs.reltio.com/matchmerge/namedictioncleanser.html
Comments
Please sign in to leave a comment.