<?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 Category Management in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31823#M16459</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;Is it possible to import and export Category.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is to import EUROVOC category ( this is a classification used by the European Parliament), this exists in XML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Luc&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2006 09:58:28 GMT</pubDate>
    <dc:creator>lb118158</dc:creator>
    <dc:date>2006-06-13T09:58:28Z</dc:date>
    <item>
      <title>Category Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31823#M16459</link>
      <description>Hi,Is it possible to import and export Category.The idea is to import EUROVOC category ( this is a classification used by the European Parliament), this exists in XML.Best regardsLuc</description>
      <pubDate>Tue, 13 Jun 2006 09:58:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31823#M16459</guid>
      <dc:creator>lb118158</dc:creator>
      <dc:date>2006-06-13T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Category Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31824#M16460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Luc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Of course you could import a classification but you probably have to program it (especially for Eurovoc that is not only a classification but a thesaurus); it should be easy to do such a job with the native API.&amp;nbsp; An alternative solution should be to modify the file "%TOMCAT_HOME%\webapps\alfresco\WEB-INF\classes\alfresco\bootstrap\categories.xml".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Andre.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS : Bonjour ? tout le service ISP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 05:35:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31824#M16460</guid>
      <dc:creator>anweber</dc:creator>
      <dc:date>2006-06-29T05:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Category Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31825#M16461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to use a thesaurus in alfresco (v 1.3.0), or using a search with some synonyme ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31825#M16461</guid>
      <dc:creator>florent_j</dc:creator>
      <dc:date>2006-07-25T08:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Category Management</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31826#M16462</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;There is nothing available out of the box.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can configure and use any lucene analyzer under the hood.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This would allow you to expand phrase searches (entered in quotes in the UI) using synonyms, if you have a suitable analyser. As we use the same anayser for tokenisation during index and search, your synonyms would go in the index. (See the Lucene In Action book for examples).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are no analysers that do this at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH seraches (used for category searches) use their own special analyser linked to the query structure used internally.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There could ba a CATEGORY field that supports synonyms specifically for categories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, if you want additional paths for the same category these could be added to the category bootstrap as secondary associations. The category UI may not support this. The CategoryService does not supoprt creating and removing secondary relationships. The category will still only be able to have one name as displayed in the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 08:45:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/category-management/m-p/31826#M16462</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-07-25T08:45:39Z</dc:date>
    </item>
  </channel>
</rss>

