About synonyms

Synonyms provide a textual way to refer to a dimension value, rather than by ID alone. A dimension value can have multiple synonyms. All synonyms that you assign to dimension values must be unique.

You specify the way each synonym is used by the MDEX Engine with the Search, Classify, and (Display) options:

To better understand these three options, consider the following example. This dimension value has an ID of 100 (automatically assigned by Developer Studio) and three synonyms:

Dimension Value ID = 100
Synonyms =
2002 SEARCH=enabled CLASSIFY=enabled DISPLAY=yes
'02 SEARCH=enabled CLASSIFY=enabled DISPLAY=no
02 SEARCH=enabled CLASSIFY=enabled DISPLAY=no

In this example, dimension searches on any of the following terms would return the dimension value ID 100:

2002
'02
02

Records that have source property values that match any of the following would be tagged with the dimension value ID 100:

2002
'02
02

Finally, anytime the dimension value with an ID of 100 is displayed in the implementation, the text used to represent the dimension value is "2002".