Default Tag Relevance

You can define the default relevance assigned to newly-created tags by adding the following setting to one of your CUE configuration files:

defaultTagRelevance: relevance

where relevance is one of the following values:

0.2

Corresponds to one bar in the UI.

0.4

Corresponds to two bars in the UI.

0.6

Corresponds to three bars in the UI.

0.8

Corresponds to four bars in the UI.

1.0

Corresponds to five bars in the UI.

If the defaultTagRelevance property is not present or is set to any other value, then tags are assigned a default relevance of 1.0 (five bars).

Tags added by CUE Semantic are assigned a relevance by the back end tagging service, and are therefore not affected by the defaultTagRelevance setting.