<?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 max # of entries in treeview in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288303#M241433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So our users got their brand new Alfresco 5.0d and enthusiastically as they were created folders to no end and now I got a problem on my desk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The site they are using has &amp;gt;1000 folders and the treeview (it is called treeview, is it?) on the doclib's left site and the file/folder-selectbox for moving files refuses to display more than 1000 entries ("List has been limited to 1000 entries").&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that it's a bad idea to have such a broad folder hierarchy but getting rid of it again while take a while and I need a short-term solution to cope with it, i.e. how can I increase the maximum number of entries for the treeview in share?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already raised &amp;lt;maximum-folder-count&amp;gt; in share-config-custom but to no avail. What option is there to increase max #entries before I talk my users into rethinking their folder structure? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2016 17:21:32 GMT</pubDate>
    <dc:creator>hello_wrold</dc:creator>
    <dc:date>2016-03-02T17:21:32Z</dc:date>
    <item>
      <title>max # of entries in treeview</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288303#M241433</link>
      <description>So our users got their brand new Alfresco 5.0d and enthusiastically as they were created folders to no end and now I got a problem on my desk.The site they are using has &amp;gt;1000 folders and the treeview (it is called treeview, is it?) on the doclib's left site and the file/folder-selectbox for movi</description>
      <pubDate>Wed, 02 Mar 2016 17:21:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288303#M241433</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2016-03-02T17:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: max # of entries in treeview</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288304#M241434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the problem is related with the default number of results solr is able to return, which is 1000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So, even if you increase the number in the share site, the repository will still be limited.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check this out &lt;/SPAN&gt;&lt;A href="http://fcorti.com/2014/07/23/solr-return-less-than-1000-objects-alfresco/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/2014/07/23/solr-return-less-than-1000-objects-alfresco/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 19:26:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288304#M241434</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-03-02T19:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: max # of entries in treeview</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288305#M241435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for that. So I changed the alfresco-global.properties to include&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;solr.query.maximumResultsFromUnlimitedQuery=10000&lt;BR /&gt;system.acl.maxPermissionChecks=10000&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I still get that limit. I forgot to mention, that my share-config-custom also contains a &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;maximum-folder-count&amp;gt;1500&amp;lt;/maximum-folder-count&amp;gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The weird thing is, I also got another repository with identical config that has ~2000 folders in the site's root folder that gets displayed just fine without any tinkering. The only difference is, that it's got less subfolders and files. Could this be a caching issue somewhere inside solr (or elsewhere)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;em&amp;gt;evaluate-child-folders&amp;lt;/em&amp;gt; is set to false, BTW.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Merci.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 16:30:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288305#M241435</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2016-03-03T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: max # of entries in treeview</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288306#M241436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;New status: works! &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to set &amp;lt;em&amp;gt;replace=true &amp;lt;/em&amp;gt; for the doclib-section in my share-config-custom. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is still beyond me, why I didn't had to do this in my other, identical, setup. There are no other customizations in share that could have interfered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Weird (but of my desk for now).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers to you all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 19:36:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/max-of-entries-in-treeview/m-p/288306#M241436</guid>
      <dc:creator>hello_wrold</dc:creator>
      <dc:date>2016-03-03T19:36:02Z</dc:date>
    </item>
  </channel>
</rss>

