JBoss.orgCommunity Documentation
The Tag node is used to store data about tag name, topics with tag added, number of users using this tag, number of tags in use. The node type of the Tag node is exo:forumTag and its child node type is "exo:tagHome". The Tag node is stored in /exo:applications/ForumService/ForumData/TagHome/%tag-id%
and its node type has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:id | String | false | The id of tag. |
exo:name | String | false | The tag name. |
exo:useCount | Long | false | The number of times that the tag was used. |
exo:userTag | String | true | The number of users using the tag. |