Skip to content

CHANGESCORE

The CHANGESCORE sets a stable score of a domain in a specified set according to a specified value, without further variations of the domain score due to more rules and hits on that domain.

For example, if a set variable workingSet has these contents from the sample taxonomy in the introduction:

1.01    martial art
    1.01.1  aikido
1.07    golf

and the hidden results table is the one in the introduction, then with this statement:

CHANGESCORE(workingSet, "1.01", 50);

the score of domain 1.01 (60) will become 50 and will not change even in case of more rules and hits triggering on that domain.

Since the only domains with a score are those listed in the hidden results table, only domains with a matching entry in that table are affected.

The syntax is:

CHANGESCORE(set, domain, number)

where:

  • set is a set variable.
  • domain is the domain name or ID.
  • number is the domain stable score to set. It can be an integer or a decimal number.