On Mon, Dec 3, 2012 at 2:11 PM, Umair Kayani <[email protected]> wrote: > Hi All , I want to develop statistics report like following way (world bank > site reference). Can anyone help me in doing so as I tried generating > stattitics but dspace is giving me many details which I don't want. I ran > general and monthly statistics commands for it. Please help Urgent > > My DSpace level Stat: > https://openknowledge.worldbank.org/site-statistical-information > > Item level stat: > https://openknowledge.worldbank.org/handle/10986/2873
Hi Umair, you didn't specify the necessary information (DSpace version, interface, XMLUI theme, enabled Discovery), so I'll assume your DSpace uses the same as the DSpace in examples you linked (i.e. Discovery enabled). I'll also assume you have some knowledge in creating a XMLUI theme, because you could hardly do it without that. The first example is a simple Solr query, similar to the example I listed on this page. However, to understand how to connect to Solr, you'll need to study the whole page: https://wiki.duraspace.org/display/DSPACE/Solr The second example is a standard Solr usage statistics available in DSpace 3.0 under the "View Usage Statistics" menu item when logged in as an admin. If you want to display it for other users (including non-logged in), change authorization.admin.usage to false in [dspace]/config/modules/usage-statistics.cfg Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://goparallel.sourceforge.net _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

