What are different ways to update Reltio Name dictionary?

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

  1. System configuration of MDM API server (properties file and JVM properties
  2. (-DpropertyName=propertyValue)).
rdmCleanserServiceUri=https://rdm.reltio.com
rdmCleanserOauthInstance=https://auth.reltio.com/oauth/token
rdmCleanserTenantId=rdmCleanserTenant
rdmCleanserNameDictionaryLookupType=rdm/lookupTypes/NameDictionary

 

2) Tenant’s physical configuration:

"matchingConfiguration":{
...
"cleanseDictionaryConfiguration": {
  "rdmConfig": {
    "rdmServiceUri": "https://rdm.reltio.com",
    "oauthInstance": "https://auth.reltio.com/oauth/token",
    "rdmTenantId": "rdmCleansing",
    "nameDictionary": "rdm/lookupTypes/NameDictionary_1"
  }
}
}

It overrides settings from system configuration.

 

3) L3 configuration (parameters of a particular cleanse adapter):

"cleanseAdapterParams": {
    "rdmServiceUri": "https://rdm.reltio.com",
    "oauthInstance": "https://auth.reltio.com/oauth/token",
    "rdmTenantId": "rdmCleansing",
    "dictionary": "rdm/lookupTypes/NameDictionary"
}

 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

 

 

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.