<?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: Slow Search Response with multiple categories in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123923#M87227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you found out a way to speed up your category searches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am performing simpler queries but I need the result for AJAX responses and for this, it should really be fast. I am in the range of 0.5 second and would like to have something much faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe an Alfresco engineer can help us with a trick? Maybe an appropriate ehcache or Lucene configuration will help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 19:03:49 GMT</pubDate>
    <dc:creator>hbf</dc:creator>
    <dc:date>2008-04-03T19:03:49Z</dc:date>
    <item>
      <title>Slow Search Response with multiple categories</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123922#M87226</link>
      <description>We are performing a pretty simple search.We have a web application on a separate server that uses the Alfresco webservice client api to query alfresco on another physical server.&amp;nbsp; We want all documents in a folder that match any of a number of categories.Here's my query:+PATH:"/app:company_home/cm:F</description>
      <pubDate>Tue, 22 Jan 2008 21:10:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123922#M87226</guid>
      <dc:creator>stevewickii</dc:creator>
      <dc:date>2008-01-22T21:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Search Response with multiple categories</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123923#M87227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you found out a way to speed up your category searches?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am performing simpler queries but I need the result for AJAX responses and for this, it should really be fast. I am in the range of 0.5 second and would like to have something much faster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe an Alfresco engineer can help us with a trick? Maybe an appropriate ehcache or Lucene configuration will help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 19:03:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123923#M87227</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2008-04-03T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Search Response with multiple categories</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123924#M87228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, Alfresco 2.9.0C_dev is available now, and I still don't see an improvement querying by Categories.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we did to improve speed was convert each category to a NodeRef, and then query for Document Nodes where the categories property contains the NodeRef we're looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;+PARENT:"workspace://SpacesStore/6f9c8d63-7069-11dc-9c51-a36d884e565a" &lt;BR /&gt;+(@cm\:categories:"workspace://SpacesStore/bd7e3f09-3616-11dc-a7d0-67d533e7244b"&lt;BR /&gt;OR @cm\:categories:"workspace://SpacesStore/a39d7d01-7103-11dc-9a14-ed64e29c2348")&lt;BR /&gt;-TYPE:"cm:folder"&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Here the PARENT NodeRef is for a Folder Node, and each categories NodeRef is for a Category Node.&amp;nbsp; This query yeilds results much faster than a query by PATH.&amp;nbsp; There is one issue.&amp;nbsp; After we upgraded alfresco from v2.1.0 to 2.9.0B, querying by the categories property stopped working!&amp;nbsp; To resolve this issue we had to delete and restore all of the documents in alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 18:46:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/slow-search-response-with-multiple-categories/m-p/123924#M87228</guid>
      <dc:creator>stevewickii</dc:creator>
      <dc:date>2008-04-25T18:46:22Z</dc:date>
    </item>
  </channel>
</rss>

