About synonyms

Synonyms provide a textual way to refer to a dimension value, rather than by ID alone. You specify the way each synonym is used by the MDEX Engine in the Dimension Value Synonyms editor in Developer Studio.

A dimension value can have multiple synonyms. You can choose from Search, Classify, and (Display) options as follows:

To better understand these three options, consider the following example.

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, records with source property values matching any of the following terms would be tagged with the dimension value ID 100, and dimension searches on those terms would return that dimension value ID:

2002

‘02

02

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

After you have created the dimension and defined any manual dimension values, you create the mapping between a source property and the dimension.

Note: The UI reference implementation has been written to iterate over all the dimensions that are returned with a query and display them, so you don’t have to do any additional coding to get the dimension to display in the UI.

Continue adding dimensions and mapping them to source properties. You can map multiple source properties to a single dimension.