<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: web 2.0 style tagging in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78646#M52216</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's the best way to query values result ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have to query for all tags values, group them by similar tags and make a count of them. This would be easy to do using sql with group by and count. How can we do that in alfresco ? I was the cql language but I'm not sure it is supported. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could do it manually by iterating over all values but it would have performance issues…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jan 2007 10:02:26 GMT</pubDate>
    <dc:creator>aznk</dc:creator>
    <dc:date>2007-01-26T10:02:26Z</dc:date>
    <item>
      <title>web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78639#M52209</link>
      <description>Hi,I've been using the TaggingSample to add a tagging aspect. I can perform advanced search on tags by modifying xml file.Now I would like to add a tag cloud like http://del.icio.us/tag/ or http://www.flickr.com/photos/tags/What's the best way to do this ? By using one of those APIS :http://del.icio</description>
      <pubDate>Thu, 14 Dec 2006 10:44:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78639#M52209</guid>
      <dc:creator>aznk</dc:creator>
      <dc:date>2006-12-14T10:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78640#M52210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would have to write a custom JSF component that performs the relevant queries to obtain all the tag values used and produce a count of each one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'd then have to manually generate the tag cloud or use an open source library providing this functionality and incorporate into the component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This component could then be placed on any page you wish.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 20:04:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78640#M52210</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-12-14T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78641#M52211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to do this myself too using a code I made in an other ECM system.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My problem is : how do I count all tag use ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In sql I would to something using count + group by, but how do I do that with Lucene ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: will cql support "group by," "distinct", "count" etc… ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nico&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:21:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78641#M52211</guid>
      <dc:creator>nico</dc:creator>
      <dc:date>2006-12-15T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78642#M52212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact I'm completely new to JSF and have no idea of how it works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Would it be possible to give me some hints/documentation of how to get started with this JSF component and queries (we shoud use Lucene?) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I only saw this on component library but I have no clear idea of how it works : &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Component_Library" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Component_Library&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 10:28:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78642#M52212</guid>
      <dc:creator>aznk</dc:creator>
      <dc:date>2006-12-20T10:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78643#M52213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;how do we retrieve tags with lucene queries ? I've defined tags as a custom aspect.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 10:22:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78643#M52213</guid>
      <dc:creator>aznk</dc:creator>
      <dc:date>2007-01-09T10:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78644#M52214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using the TaggingSample simply adds the "tag:tags" property to the node in question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Search guide on the wiki should give you all the information you need to search on text properties: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Search" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Search&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to do have something like @tag\:tags:"some-text" in your query string.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 20:53:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78644#M52214</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-01-09T20:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78645#M52215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the wiki I found out how to retrieve all nodes that have this aspect, but in fact I need to retrieve all values of these nodes, that is to say all tags values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I do that ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2007 09:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78645#M52215</guid>
      <dc:creator>aznk</dc:creator>
      <dc:date>2007-01-10T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: web 2.0 style tagging</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78646#M52216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's the best way to query values result ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would have to query for all tags values, group them by similar tags and make a count of them. This would be easy to do using sql with group by and count. How can we do that in alfresco ? I was the cql language but I'm not sure it is supported. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I could do it manually by iterating over all values but it would have performance issues…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jan 2007 10:02:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-2-0-style-tagging/m-p/78646#M52216</guid>
      <dc:creator>aznk</dc:creator>
      <dc:date>2007-01-26T10:02:26Z</dc:date>
    </item>
  </channel>
</rss>

