
To ensure that the index is kept up-to-date, it is cleared automatically whenever changes are made in the Tag Dictionary Service. For example, if you delete a tag from the tag list under a tag rule, the index is automatically cleared. This prevents incorrect or incomplete results from occurring in your hierarchies, searches, and anything else that uses NEQL queries. As you execute subsequent searches the index is rebuilt.
Although cleared automatically, there is an added Clear Tag Rule Index action on the Tag Dictionary Service which allows you to manually clear the index. Typically, you would not need to invoke this action. It is provided so that you can reset everything when you are not seeing the expected results. It is not likely that the tag rule index would be the cause of the problem but the action is available just in case.

Additionally, within the Spy Remote view, there is an added “Tag rule index info” section, which lists details of the index. Specifically, it shows the following:

Tag rule index allows you to imply tags in a different tag dictionary than the one containing the tag rule doing the implying.
Stated another way, this permits you to use tags from other tag dictionaries with a different namespace, such as the
For example, the following image shows the property sheet for a custom smart tag dictionary in which a tag rule contains several
tags, one of which is a marker tag for “isBooleanWritable”. Notice that this tag is not fully qualified, meaning that the
tag name does not include the namespace of the source tag dictionary. In this situation the tag automatically assumes the
namespace of the dictionary in which it is being used, in this case the “Custom” tag dictionary: c:isBooleanWritable. The other tags in the tag rule are fully qualified and reference a completely different tag dictionary, the Niagara tag
dictionary as indicated by the namespace, n:.

Right-clicking a boolenWritable point in the station allows you to select the Edit Tags dialog box. On the Implied Tags tab, you can see that the tags in the example tag rule are implied on this object. Also, you can confirm that the tag rule
has implied tags from the parent smart tag dictionary (Custom, c:isBooleanWritable) as well as tags from a different tag dictionary (Niagara, n:geo*).

More significantly, when you search for "n:geoCountry", for example, you will get booleanWritable points in the results.