Networked Multimedia Information Systems Laboratory


TagTick - Authoritative Tagging for Apache Solr

Contact person: Claudio Atzori

Tagging is a common Web 2.0 practice which allows users to collaboratively classify or evaluate the objects of an Information Space with the aim of improving object search, browse, and consumption. In this context, an interesting problem is that of “authoritative” tagging over Information Spaces of objects stored in a full-text index.

In such a scenario, data curators assign tags to objects with the purpose of classification, while generic end-users will perceive tags as searchable and browsable object properties. To carry out their activities, data curators need annotation tagging tools that allow them to bulk tag or untag large sets of objects in temporary work sessions, where they can virtually and in real-time experiment the effect of their actions before making the changes visible to end-users. The implementation of these tools over full-text indexes is a challenge, since bulk object updates in this context are far from being real-time and in critical cases may slow down index performance. We devised TagTick, a tool that offers to data curators a fully functional an­notation tagging environment over the full-text index Apache Solr, regarded as a de-facto standard in this area. TagTick consists of a TagTick Virtualizer module, which extends the API of Solr to support real-time, virtual, bulk-tagging opera­tions, and a TagTick User Interface module, which offers end-user functionalities for annotation tagging. The tool scales optimally with the number and size of bulk tag operations, without compromising the index performance.

A demo of TagTick is available here: http://demo.tagtick.research-infrastructures.eu (login:dnet, pwd:dnet).

The code can be downloaded from our public SVN: https://svn-public.driver.research-infrastructures.eu/driver/dnet11/modules. TagTick modules are:

  • cnr-tag-profiles/
  • cnr-tagging-common/
  • cnr-tagging-sessionmanager/
  • cnr-tagging-sessionmanager-rmi/
  • cnr-taggingtool-ui/
  • cnr-tagstore-api/

Please send us an email if you are willing to download and use our software.