<?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: Best performance searching node in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289987#M243117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the answers! &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;) My query is more or less this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH: "/app:company_home/app:user_homes/cm:rootFolder/cm:folder2" AND @exp\:exposition_number:"123" AND TYPE: "{project.size.model}margin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an initial path from which begin to search (before the search, I know if it begins from folder1, folder2, …, or folderN, where N is 500). The tree of subfolders are pretty big, thousand of subfolders from each of these N folders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My query combines a PATH (I imagine is better to include, although TYPE is faster, to discard primary folders in which I don't need to search), a TYPE and a own property exposition_number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You see it ok? The order of the elements in the query (PATH, property and TYPE) is important for the performance? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2014 06:55:00 GMT</pubDate>
    <dc:creator>spilby</dc:creator>
    <dc:date>2014-04-23T06:55:00Z</dc:date>
    <item>
      <title>Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289983#M243113</link>
      <description>Hi,I need to search a node in my Alfresco repository, with the Alfresco Java API. I have a initial path where I must begin to search, and a property value to find.My repository will be big, because of this, I need the search quick and efficient.There are various methods to implement this search. For</description>
      <pubDate>Tue, 22 Apr 2014 14:11:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289983#M243113</guid>
      <dc:creator>spilby</dc:creator>
      <dc:date>2014-04-22T14:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289984#M243114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This should work efficiently for you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;getSearchService().query(WORKSPACE_SPACESSTORE, SearchService.LANGUAGE_LUCENE, query);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But main performance will be depend your query.If you combine path query and property queries it will give good performance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:57:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289984#M243114</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-22T17:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289985#M243115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As per my knowledge, PATH queries are slow when it comes to performance. You may want to use TYPE query with properties it would be fast compare to PATH queries if you do not want explicitly search from some specific PATH.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 18:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289985#M243115</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-04-22T18:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289986#M243116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I do agree with Ramesh, TYPE queries are faster then PATH queries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Provided you do not have idea within which path your contents are stores(which you seems to have in this case as you have mentioned) and if you want to search content of only certain type.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:06:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289986#M243116</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-04-23T06:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289987#M243117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the answers! &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;) My query is more or less this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PATH: "/app:company_home/app:user_homes/cm:rootFolder/cm:folder2" AND @exp\:exposition_number:"123" AND TYPE: "{project.size.model}margin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an initial path from which begin to search (before the search, I know if it begins from folder1, folder2, …, or folderN, where N is 500). The tree of subfolders are pretty big, thousand of subfolders from each of these N folders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My query combines a PATH (I imagine is better to include, although TYPE is faster, to discard primary folders in which I don't need to search), a TYPE and a own property exposition_number.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You see it ok? The order of the elements in the query (PATH, property and TYPE) is important for the performance? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again!&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289987#M243117</guid>
      <dc:creator>spilby</dc:creator>
      <dc:date>2014-04-23T06:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289988#M243118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any suggerence about this problem, please? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:32:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289988#M243118</guid>
      <dc:creator>spilby</dc:creator>
      <dc:date>2014-04-29T06:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Best performance searching node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289989#M243119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Search is an area of considerable change at the moment.&amp;nbsp;&amp;nbsp;&amp;nbsp; Has been for the last couple of releases and will be for the next few.&amp;nbsp;&amp;nbsp; That will mean there's a possibility of one approach "leapfrogging" another.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However you need to target a particular version so I suggest you just benchmark each approach and see what's best.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 08:31:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-performance-searching-node/m-p/289989#M243119</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-29T08:31:58Z</dc:date>
    </item>
  </channel>
</rss>

