Configuring the Auto-Tagging Transaction Filters

Three ready-to-use auto-tagging transaction filters are supplied with Live Center:

StickyAutoLabelingTransactionFilter

This transaction filter automatically tags sticky entries.

BooleanAutoLabelingTransactionFilter

This transaction filter enables automatic tagging of entries in which specified boolean fields are set. See Enabling Use of BooleanAutoLabelingTransactionFilter for a description of how to specify the boolean fields to be watched.

EmbedAutoLabelingTransactionFilter

This transaction filter automatically tags entries that contain embedded social media content. It is pre-configured to recognise and tag embedded content from Twitter, YouTube, Vimeo ,Instagram and Vine. If you have added support for embedding content from other services (see Embedding External Content), then you can also configure EmbedAutoLabelingTransactionFilter to tag content from these services as well. For details, see Adding New Social Media Services to EmbedAutoLabelingTransactionFilter.

To enable the transaction filters:

  1. Open /etc/escenic/engine/common/com/escenic/livecenter/LiveEntryDao.properties for editing.

  2. Add entries for the transaction filters you want to enable as follows:

    filter.stickyAutoLabeling=/com/escenic/livecenter/label/filter/StickyAutoLabelingTransactionFilter
    filter.booleanAutoLabeling=/com/escenic/livecenter/label/filter/BooleanAutoLabelingTransactionFilter
    filter.embedAutoLabeling=/com/escenic/livecenter/label/filter/EmbedAutoLabelingTransactionFilter
  3. Save your changes.