<?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: Alfresco Share Resository Folder only show 1000 items in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275534#M228664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janv,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for posting this answer.&amp;nbsp; I have spent hours trying to work out why a CMIS query to list children in a folder was limited to 1000 results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bugs like this are such time wasters !&amp;nbsp; no logfile warnings,&amp;nbsp; no way of debugging, actual cause a long way from the symptom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are about to upgrade to 4.2,&amp;nbsp; but have to support the older 3.something version until then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Apr 2013 16:04:12 GMT</pubDate>
    <dc:creator>groberts</dc:creator>
    <dc:date>2013-04-22T16:04:12Z</dc:date>
    <item>
      <title>Alfresco Share Resository Folder only show 1000 items</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275530#M228660</link>
      <description>Hi!After i programmatically upload 2000 documents to Alfresco, I can only see 1000 of them in Alfresco Repository. There is no next page after the 1000 document.Is this a bug in Alfresco share?I can see more than 1000 documents in Alfresco Explorer.Is there a setting that I need to change in Alfresc</description>
      <pubDate>Fri, 10 Jun 2011 07:13:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275530#M228660</guid>
      <dc:creator>gukguk</dc:creator>
      <dc:date>2011-06-10T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share Resository Folder only show 1000 items</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275531#M228661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Share DocLib listing currently (&amp;lt;= v3.4) uses a Lucene query - hence limited by the following properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum number of search results to perform permission checks against&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionChecks=1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum time spent pruning results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionCheckTimeMillis=10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: future versions (including current HEAD) will not use a Lucene query for this listing (hence will not be directly affected by "system.acl.maxPermissionChecks").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2011 11:37:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275531#M228661</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2011-06-10T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share Resository Folder only show 1000 items</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275532#M228662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I am running alfresco 3.4.d Community version. I can see more than 1000 documents in Alfresco explorer but only 1000 in share. I have changed &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum number of search results to perform permission checks against&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionChecks=1000 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum time spent pruning results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionCheckTimeMillis=10000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to this&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum number of search results to perform permission checks against&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionChecks=10000 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# The maximum time spent pruning results&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system.acl.maxPermissionCheckTimeMillis=100000&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and restarted alfresco but nothing changed. Is it because I am at 3.4.d and this is greater than v3.4. If so what other configuration changes can I make in order see more than 1000 files in alfresco share 3.4.d&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 15:06:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275532#M228662</guid>
      <dc:creator>cnesty</dc:creator>
      <dc:date>2012-10-18T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share Resository Folder only show 1000 items</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275533#M228663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you considered upgrading to Community 4.x - either the most recently released (4.2.a) or previous (4.0.e). These no longer rely on the search index to retrieve the folder children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2012 09:53:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275533#M228663</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2012-10-19T09:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share Resository Folder only show 1000 items</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275534#M228664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Janv,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for posting this answer.&amp;nbsp; I have spent hours trying to work out why a CMIS query to list children in a folder was limited to 1000 results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bugs like this are such time wasters !&amp;nbsp; no logfile warnings,&amp;nbsp; no way of debugging, actual cause a long way from the symptom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are about to upgrade to 4.2,&amp;nbsp; but have to support the older 3.something version until then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Apr 2013 16:04:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-resository-folder-only-show-1000-items/m-p/275534#M228664</guid>
      <dc:creator>groberts</dc:creator>
      <dc:date>2013-04-22T16:04:12Z</dc:date>
    </item>
  </channel>
</rss>

