<?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 How can we get the sites information with size , number of folders and number of objects within it in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16181#M7171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to get the sites with information on the number of files and folders within it and also the size of the site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also is there any way /api to get the large 10 sites out of a repository.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2017 14:27:59 GMT</pubDate>
    <dc:creator>ranjeetsi</dc:creator>
    <dc:date>2017-09-26T14:27:59Z</dc:date>
    <item>
      <title>How can we get the sites information with size , number of folders and number of objects within it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16181#M7171</link>
      <description>HI,Need to get the sites with information on the number of files and folders within it and also the size of the site.Also is there any way /api to get the large 10 sites out of a repository.</description>
      <pubDate>Tue, 26 Sep 2017 14:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16181#M7171</guid>
      <dc:creator>ranjeetsi</dc:creator>
      <dc:date>2017-09-26T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get the sites information with size , number of folders and number of objects within it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16182#M7172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without&amp;nbsp;using&amp;nbsp;an analytics solution for Alfresco (either community-based or the Enterprise-only addon module) there is no means out-of-the-box to get the information you are looking for. You would first have to set up some housekeeping functionality (partially using custom Java code) that collects and aggregates the document sizes on a site level. Of course you would also have to define / implement how you'd want the size of versions to count against sites, and what to do with sizes of copied files that are effectively shared between the source and target locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of files / folders in a site you could easily extract using faceting on simple FTS queries. You could write a small web script for that, and use facets for&amp;nbsp;EXACTTYPE and EXACTASPECT on an FTS query for SITE:yourSiteName&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2017 08:19:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16182#M7172</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2017-09-27T08:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get the sites information with size , number of folders and number of objects within it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16183#M7173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 20:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16183#M7173</guid>
      <dc:creator>ranjeetsi</dc:creator>
      <dc:date>2017-11-09T20:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get the sites information with size , number of folders and number of objects within it</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16184#M7174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this OOTB if you are on 5.2.1. See &lt;A _jive_internal="true" class="link-titled" href="https://community.alfresco.com/people/andy1/blog/2017/10/02/basic-content-reporting-using-the-521-search-api#jive_content_id_Pivots_with_stats_or_ranges" title="https://community.alfresco.com/people/andy1/blog/2017/10/02/basic-content-reporting-using-the-521-search-api#jive_content_id_Pivots_with_stats_or_ranges" rel="nofollow noopener noreferrer"&gt;Basic Content Reporting using the 5.2.1 Search API&lt;/A&gt;. It is also in the latest community releases. Counting documents you can do from 5.2 via the public API or using faceting in other versions as &lt;A __default_attr="73554" __jive_macro_name="user" _jive_internal="true" data-id="73554" data-objecttype="3" data-type="person" href="https://community.alfresco.com/people/afaust" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt; describes.&amp;nbsp; Support for statistics around file size are in 5.2.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 10:02:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-can-we-get-the-sites-information-with-size-number-of-folders/m-p/16184#M7174</guid>
      <dc:creator>andy1</dc:creator>
      <dc:date>2017-11-10T10:02:28Z</dc:date>
    </item>
  </channel>
</rss>

