Tag-related Fields

If a content item has been tagged, then its index document will contain two additional fields for each tag:

  • The first field has a name of the form:

    structure_facet

    where structure is the name of the tag structure to which the tag belongs, converted to lower case. The suffix facet reflects the fact that the content of the field is not a tag name such as bangkok but a tag URI. All Content Store tags are identified by URIs internally, not by their external labels (which are not necessarily unique).

  • The second field is called classification_parent_path and contains the tag's path. If, for example, the tag bangkok belongs to a hierarchical tag structure, then it's classification_parent_path field would contain the URIs of its ancestor tags asia and thailand, separated by spaces.